Skip to content

Commit c013f0c

Browse files
Copilotandimarek
andcommitted
Upgrade Gradle to 9.0.0 and update dependencies
Co-authored-by: andimarek <1706744+andimarek@users.noreply.github.com>
1 parent 461d168 commit c013f0c

5 files changed

Lines changed: 190 additions & 120 deletions

File tree

build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id 'maven-publish'
99
id 'signing'
1010
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
11-
id "biz.aQute.bnd.builder" version "6.4.0"
11+
id "biz.aQute.bnd.builder" version "7.1.0"
1212
}
1313

1414
java {
@@ -45,6 +45,7 @@ dependencies {
4545

4646
testImplementation "org.spockframework:spock-core:2.3-groovy-3.0"
4747
testImplementation "org.codehaus.groovy:groovy:3.0.25"
48+
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
4849
}
4950

5051
task sourcesJar(type: Jar, dependsOn: classes) {
@@ -73,9 +74,9 @@ publishing {
7374
publications {
7475
maven(MavenPublication) {
7576
from components.java
76-
groupId group
77-
artifactId 'graphql-java-extended-scalars'
78-
version version
77+
groupId = group
78+
artifactId = 'graphql-java-extended-scalars'
79+
version = version
7980

8081
artifact sourcesJar
8182
artifact javadocJar

gradle/wrapper/gradle-wrapper.jar

4.41 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

Lines changed: 173 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)