Upgrade to newest versions of OpenLiberty and Gradle

This commit is contained in:
Andrew Guibert 2018-10-17 17:24:28 -05:00
parent 06c398aaae
commit f81c66993f
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ subprojects {
testCompile group: 'junit', name: 'junit', version: '4.+'
testCompile group: 'org.eclipse', name: 'yasson', version: '1.0.1'
testCompile group: 'org.glassfish', name: 'javax.json', version: '1.1.+'
libertyRuntime group: 'io.openliberty', name: 'openliberty-runtime', version: '[18.0.0.2,)'
libertyRuntime group: 'io.openliberty', name: 'openliberty-runtime', version: '[18.0.0.3,)'
}
eclipse {

View File

@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip