This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +10
-11
lines changed
example-graphql-subscription
example-request-scoped-dataloader Expand file tree Collapse file tree 9 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ plugins {
24
24
id " com.jfrog.bintray" version " $LIB_BINTRAY_PLUGIN_VER " apply false
25
25
id ' net.researchgate.release' version " $LIB_RELEASE_PLUGIN_VER "
26
26
id " org.springframework.boot" version " $LIB_SPRING_BOOT_VER " apply false
27
- id " com.jfrog.artifactory" version " 4.15.1 " apply false
28
- id " org.sonarqube" version " 3.0 "
27
+ id " com.jfrog.artifactory" version " 4.21.0 " apply false
28
+ id " org.sonarqube" version " 3.1.1 "
29
29
id " jacoco"
30
30
}
31
31
@@ -157,7 +157,6 @@ subprojects {
157
157
}
158
158
159
159
pom {
160
- resolveStrategy = DELEGATE_FIRST
161
160
name = PROJECT_NAME
162
161
description = PROJECT_DESC
163
162
url = PROJECT_GIT_REPO_URL
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ dependencies {
14
14
}
15
15
16
16
jar. enabled = false
17
- uploadArchives . enabled = false
17
+ publish . enabled = false
18
18
bintrayUpload. enabled = false
19
19
publishToMavenLocal. enabled = false
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ dependencies {
32
32
}
33
33
34
34
jar. enabled = false
35
- uploadArchives . enabled = false
35
+ publish . enabled = false
36
36
bintrayUpload. enabled = false
37
37
publishToMavenLocal. enabled = false
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ dependencies {
12
12
}
13
13
14
14
jar. enabled = false
15
- uploadArchives . enabled = false
15
+ publish . enabled = false
16
16
bintrayUpload. enabled = false
17
17
publishToMavenLocal. enabled = false
Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ dependencies {
33
33
}
34
34
35
35
jar. enabled = false
36
- uploadArchives . enabled = false
36
+ publish . enabled = false
37
37
bintrayUpload. enabled = false
38
38
publishToMavenLocal. enabled = false
Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ dependencies {
30
30
}
31
31
32
32
jar. enabled = false
33
- uploadArchives . enabled = false
33
+ publish . enabled = false
34
34
bintrayUpload. enabled = false
35
35
publishToMavenLocal. enabled = false
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ dependencies {
31
31
}
32
32
33
33
jar. enabled = false
34
- uploadArchives . enabled = false
34
+ publish . enabled = false
35
35
bintrayUpload. enabled = false
36
36
publishToMavenLocal. enabled = false
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ TARGET_COMPATIBILITY=1.8
33
33
# ## Dependencies
34
34
LIB_GRAPHQL_JAVA_VER =16.2
35
35
LIB_EXTENDED_SCALARS_VERSION =16.0.1
36
- LIB_SPRING_BOOT_VER =2.4.3
36
+ LIB_SPRING_BOOT_VER =2.4.4
37
37
LIB_GRAPHQL_SERVLET_VER =11.1.0
38
38
LIB_GRAPHQL_JAVA_TOOLS_VER =11.0.0
39
39
LIB_GRAPHQL_ANNOTATIONS_VER =8.3
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.1 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments