File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 distribution : ' adopt'
2424
2525 - name : Validate Gradle wrapper
26- uses : gradle/wrapper-validation-action@v1
26+ uses : gradle/actions/ wrapper-validation@v3.5.0
2727
2828 - name : Publish Packages
29- uses : gradle/gradle-build-action@v2
29+ uses : gradle/actions/setup-gradle@v3.5.0
3030 with :
3131 arguments : publishToSonatype closeAndReleaseSonatypeStagingRepository
3232 env :
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ nexusPublishing {
1111 sonatype {
1212 username.set(findProperty(" MAVEN_CENTRAL_USERNAME" )?.let { it as String? })
1313 password.set(findProperty(" MAVEN_CENTRAL_TOKEN" )?.let { it as String? })
14+ nexusUrl.set(uri(" https://central.sonatype.com/api/v1/publisher" ))
15+ snapshotRepositoryUrl.set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
1416 }
1517 }
1618}
Original file line number Diff line number Diff line change 99version.com.adarshr..gradle-test-logger-plugin =4.0.0
1010version.junit.jupiter =5.10.1
1111version.java3d..j3d-core =1.3.1
12- plugin.io.github.gradle-nexus.publish-plugin =1.3 .0
12+ plugin.io.github.gradle-nexus.publish-plugin =2.0 .0
1313# # # available=2.0.0-rc-1
1414version.kotlinx.coroutines =1.8.1
1515# # unused
You can’t perform that action at this time.
0 commit comments