Skip to content

Commit

Permalink
Go back to no_maven_15, I shouldn't have squashed that into this PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 11, 2022
1 parent 9ab3a25 commit e9352f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ jobs:
docker:
- image: cimg/openjdk:11.0
<<: *test_nomaven
test_nomaven_17:
# latest JDK
test_nomaven_15:
# latest JDK, replace with 16 when it comes out
<<: *env_gradle_large
docker:
- image: cimg/openjdk:17.0
- image: cimg/openjdk:15.0
<<: *test_nomaven
test_justmaven_11:
<< : *env_gradle
Expand Down Expand Up @@ -275,7 +275,7 @@ workflows:
- test_nomaven_11:
requires:
- assemble_testClasses
- test_nomaven_17:
- test_nomaven_15:
requires:
- assemble_testClasses
- test_npm_8:
Expand Down
1 change: 1 addition & 0 deletions gradle/java-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ javadoc {
options.addStringOption('source', '8')
// setup the header
options.header javadocInfo
options.footer javadocInfo
// setup links
options.linksOffline('https://docs.oracle.com/javase/8/docs/api/', "${dotdotGradle}/javadoc/java8")
options.linksOffline('https://docs.gradle.org/2.14/javadoc/', "${dotdotGradle}/javadoc/gradle")
Expand Down

0 comments on commit e9352f6

Please sign in to comment.