We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2410b commit f4b0fcdCopy full SHA for f4b0fcd
.github/workflows/release.yml
@@ -25,8 +25,7 @@ jobs:
25
- name: Build artifacts
26
run: >
27
./gradlew
28
- publishAllPublicationsToCentralRepository
29
- publishAllPublicationsToReleaseDirRepository
+ publishAggregationToCentralPortal
30
--no-daemon
31
-Dorg.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
32
-PmavenDeployUser=${{ secrets.MAVEN_CENTRAL_USER }}
0 commit comments