Skip to content

Commit 7a40e08

Browse files
chore: update to gradle 8.5
1 parent a88681a commit 7a40e08

File tree

4 files changed

+11
-14
lines changed

4 files changed

+11
-14
lines changed

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ plugins {
99
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
1010
id "com.vanniktech.maven.publish" version "0.30.0"
1111
}
12-
13-
if (project == rootProject) {
14-
apply plugin: "io.github.gradle-nexus.publish-plugin"
15-
}
12+
import com.vanniktech.maven.publish.SonatypeHost
1613

1714
task javadocJar(type: Jar) {
1815
archiveClassifier.set("javadoc")
@@ -38,7 +35,6 @@ mavenPublishing {
3835
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)
3936
signAllPublications()
4037

41-
4238
pom {
4339
name = 'DevCycle Java Server SDK'
4440
description = 'Server side SDK to interact with DevCycle.'

gradle/wrapper/gradle-wrapper.jar

-19.4 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

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

0 commit comments

Comments
 (0)