We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15b32b commit 0a572e5Copy full SHA for 0a572e5
build.gradle.kts
@@ -281,7 +281,7 @@ jreleaser {
281
maven {
282
mavenCentral {
283
create("maven-central") {
284
- active = 'ACTIVE.ALWAYS'
+ active = Active.ALWAYS
285
url = "https://central.sonatype.com/api/v1/publisher"
286
stagingRepositories.add("${rootProject.buildDir}/staging")
287
}
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments