File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_SIGNING_KEY}}
3030 ORG_GRADLE_PROJECT_signingInMemoryKeyId : ${{ secrets.GPG_SIGNING_KEY_ID }}
3131 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_SIGNING_PASS_WORD }}
32- run : ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache -PversionName=$VERSION_NAME
32+ run : ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache -PisPublish=true - PversionName=$VERSION_NAME
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ vanniketch-maven-publish = "0.34.0"
1010appcompat = " 1.7.1"
1111codelocatorCore = " 2.0.4"
1212constraintlayout = " 2.2.1"
13- androidGradlePlugin = " 8.10 .1"
13+ androidGradlePlugin = " 8.12 .1"
1414leakcanaryAndroid = " 2.14"
1515lifecycleRuntimeKtx = " 2.6.2"
1616material = " 1.12.0"
Original file line number Diff line number Diff line change 11# Sat Aug 23 08:47:37 CST 2025
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\:////services.gradle.org/distributions/gradle-8.11.1 -all.zip
4+ distributionUrl =https\:////services.gradle.org/distributions/gradle-8.14.3 -all.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments