Skip to content

Commit

Permalink
Merge pull request #548 from ancho/feature/jdk-11-support
Browse files Browse the repository at this point in the history
update to groovy 2.5.3 for JDK 11 support
  • Loading branch information
jonbullock authored Oct 15, 2018
2 parents 4239fa5 + b2316d3 commit fcdd826
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ after_success:
- "./gradlew -PskipSigning jacocoRootReport coveralls || ./gradlew clean"

jdk:
- openjdk11
- openjdk10
- oraclejdk9
- oraclejdk8
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ ext {
flexmarkVersion = '0.34.48'
jettyServerVersion = '9.2.24.v20180105'
orientDbVersion = '2.2.37'
groovyVersion = '2.5.2'
groovyVersion = '2.5.3'
slf4jVersion = '1.7.25'
logbackVersion = '1.2.3'
assertjCoreVersion = '2.9.1'
thymeleafVersion = '3.0.9.RELEASE'
jsonSimpleVersion = '1.1.1'
jade4jVersion = '1.2.7'
mockitoVersion = '2.16.0'
mockitoVersion = '2.23.0'
jsoupVersion = '1.11.3'

isTravis = (System.getenv("TRAVIS") == "true")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ website=http://jbake.org
issues=https://github.com/jbake-org/jbake/issues
vcs=https://github.com/jbake-org/jbake/

jacocoVersion=0.8.1
jacocoVersion=0.8.2

bintrayDryRun=false
bintrayOrg=jbake
Expand Down

0 comments on commit fcdd826

Please sign in to comment.