Use global publishToMavenLocal

This commit is contained in:
LoveSy 2023-01-30 20:25:18 +08:00
parent 5c1946d673
commit 0c79601c49
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
echo 'org.gradle.parallel=true' >> gradle.properties
echo 'org.gradle.vfs.watch=true' >> gradle.properties
echo 'org.gradle.jvmargs=-Xmx2048m' >> gradle.properties
./gradlew :api:publishToMavenLocal
./gradlew publishToMavenLocal
./gradlew --stop
env:
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.maven_pgp_signingKey }}