Skip to content

Commit 5575872

Browse files
author
Fernando Saint-Jean
committed
removes java11 from compilation - it competes to get published. reverts version to re-release, and comments out javadoc pages for now
1 parent 88a253d commit 5575872

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ matrix:
3636
#removing openjdk8 from matrix for now as it causes issues on release
3737
# - os: linux
3838
# jdk: openjdk8
39-
- os: linux
40-
jdk: openjdk11
39+
# - os: linux
40+
# jdk: openjdk11
4141

4242
# Don't build release tags. This avoids publish conflicts because the version commit exists both on master and the release tag.
4343
# See https://github.com/travis-ci/travis-ci/issues/1532

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</parent>
2525

2626
<artifactId>feign-annotation-error-decoder</artifactId>
27-
<version>1.1.2-SNAPSHOT</version>
27+
<version>1.1.1-SNAPSHOT</version>
2828
<name>Feign Annotation Error Decoder</name>
2929
<description>Feign Annotation Error Decoder</description>
3030
<url>https://github.com/OpenFeign/feign-annotation-error-decoder</url>

travis/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ elif is_travis_branch_master; then
185185
# If the deployment succeeded, sync it to Maven Central. Note: this needs to be done once per project, not module, hence -N
186186
if is_release_commit; then
187187
./mvnw --batch-mode -s ./.settings.xml -nsu -Dgpg.skip=true -N io.zipkin.centralsync-maven-plugin:centralsync-maven-plugin:sync
188-
javadoc_to_gh_pages
188+
# javadoc_to_gh_pages
189189
fi
190190

191191
# If we are on a release tag, the following will update any version references and push a version tag for deployment.

0 commit comments

Comments
 (0)