Skip to content

Commit

Permalink
updating build for jdk17
Browse files Browse the repository at this point in the history
  • Loading branch information
darkma773r committed Oct 7, 2021
1 parent 4792f9c commit 497f2e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Expand Up @@ -16,18 +16,10 @@
language: java
sudo: false

matrix:
allow_failures:
# May not yet be supported by all plugins
- jdk: openjdk-ea

jdk:
- openjdk8
- openjdk10
- openjdk11
- openjdk12
- openjdk13
- openjdk-ea
- openjdk17

script:
- mvn
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -73,6 +73,8 @@

<commons.jacoco.haltOnFailure>false</commons.jacoco.haltOnFailure>

<commons.japicmp.version>0.15.4</commons.japicmp.version>

<commons.site.path>geometry</commons.site.path>
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-geometry</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
Expand Down

0 comments on commit 497f2e9

Please sign in to comment.