Skip to content

Commit a4b9dbf

Browse files
authored
Merge pull request #229 from Petterpx/fix/build/ci
fix:修复ci报错
2 parents 06bd304 + fbba06d commit a4b9dbf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish_maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ vanniketch-maven-publish = "0.34.0"
1010
appcompat = "1.7.1"
1111
codelocatorCore = "2.0.4"
1212
constraintlayout = "2.2.1"
13-
androidGradlePlugin = "8.10.1"
13+
androidGradlePlugin = "8.12.1"
1414
leakcanaryAndroid = "2.14"
1515
lifecycleRuntimeKtx = "2.6.2"
1616
material = "1.12.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sat Aug 23 08:47:37 CST 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=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
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)