File tree Expand file tree Collapse file tree 5 files changed +3
-6
lines changed Expand file tree Collapse file tree 5 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ buildscript {
3535plugins {
3636 id ' net.researchgate.release' version ' 2.7.0'
3737 id ' io.franzbecker.gradle-lombok' version ' 3.2.0' apply false
38- id " com.jfrog.artifactory" version " 4.8.1 " apply false
38+ id " com.jfrog.artifactory" version " 4.11.0 " apply false
3939 id " biz.aQute.bnd" version " 4.3.1" apply false
4040}
4141
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ LIB_JACKSON_VER = 2.10.0
1515SOURCE_COMPATIBILITY = 1.8
1616TARGET_COMPATIBILITY = 1.8
1717
18- GRADLE_WRAPPER_VER = 4.10.3
18+ GRADLE_WRAPPER_VER = 6.0.1
Original file line number Diff line number Diff line change 11# Thu Nov 14 18:53:34 CET 2019
2- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.3 -all.zip
2+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.0.1 -all.zip
33distributionBase =GRADLE_USER_HOME
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ buildscript {
66}
77
88apply plugin : ' groovy'
9- apply plugin : ' osgi'
109apply plugin : ' java-library-distribution'
1110apply plugin : ' biz.aQute.bnd.builder'
1211
Original file line number Diff line number Diff line change 1- enableFeaturePreview(' STABLE_PUBLISHING' )
2-
31rootProject. name = ' graphql-java-servlet'
42
53include ' :graphql-java-kickstart'
You can’t perform that action at this time.
0 commit comments