Skip to content

Commit 2dee089

Browse files
committed
Upgrade gradle to 6.0.1
1 parent eebc9af commit 2dee089

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ buildscript {
3535
plugins {
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ LIB_JACKSON_VER = 2.10.0
1515
SOURCE_COMPATIBILITY = 1.8
1616
TARGET_COMPATIBILITY = 1.8
1717

18-
GRADLE_WRAPPER_VER = 4.10.3
18+
GRADLE_WRAPPER_VER = 6.0.1

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
distributionBase=GRADLE_USER_HOME
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists

graphql-java-servlet/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ buildscript {
66
}
77

88
apply plugin: 'groovy'
9-
apply plugin: 'osgi'
109
apply plugin: 'java-library-distribution'
1110
apply plugin: 'biz.aQute.bnd.builder'
1211

settings.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
enableFeaturePreview('STABLE_PUBLISHING')
2-
31
rootProject.name = 'graphql-java-servlet'
42

53
include ':graphql-java-kickstart'

0 commit comments

Comments
 (0)