Skip to content

Commit

Permalink
Fix ci on master. (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjboy authored Apr 17, 2020
1 parent ea205b4 commit 537351c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/caucho/hessian/io/SerializerFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public ClassLoader getClassLoader() {
return _loaderRef.get();
}

protected final static boolean isHigherThanJdk8 = isJava8();
protected final static boolean isHigherThanJdk8 = isJava8();

/**
* Set true if the collection serializer should send the java type.
Expand Down
6 changes: 3 additions & 3 deletions tools/ci/.travis.settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<repository>
<id>central</id>
<name>Central Repository</name>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
<releases>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
Expand All @@ -28,7 +28,7 @@
<repository>
<id>central2</id>
<name>Central Repository 2</name>
<url>http://repo1.maven.apache.org/maven2</url>
<url>https://repo1.maven.apache.org/maven2</url>
<releases>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
Expand Down Expand Up @@ -108,7 +108,7 @@
<pluginRepository>
<id>central</id>
<!-- specify repo1 which support http -->
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
<releases>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
Expand Down

0 comments on commit 537351c

Please sign in to comment.