We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b53e53 commit 595e4ddCopy full SHA for 595e4dd
.github/workflows/publish-release.yml
@@ -53,7 +53,8 @@ jobs:
53
-x test
54
--build-cache
55
-Porg.gradle.jvmargs="-XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8"
56
-
+ -Porg.gradle.daemon=false
57
+
58
59
publish-gradle-plugin:
60
name: Publish Gradle Plugin
@@ -84,6 +85,7 @@ jobs:
84
85
86
87
88
89
-Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}
90
-Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
91
0 commit comments