Skip to content

Commit 0a572e5

Browse files
committed
bump gradle to 8.13
1 parent a15b32b commit 0a572e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jreleaser {
281281
maven {
282282
mavenCentral {
283283
create("maven-central") {
284-
active = 'ACTIVE.ALWAYS'
284+
active = Active.ALWAYS
285285
url = "https://central.sonatype.com/api/v1/publisher"
286286
stagingRepositories.add("${rootProject.buildDir}/staging")
287287
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.13-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)