Commit 0dddceb 1 parent e48df2d commit 0dddceb Copy full SHA for 0dddceb
File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,22 @@ jobs:
15
15
ref : ${{ github.head_ref }}
16
16
- name : Upload to Bintray
17
17
env :
18
+ GRADLE_OPTS : " -Xmx768m -Xms256m -XX:+CMSClassUnloadingEnabled"
18
19
BINTRAY_USER : ${{ secrets.BINTRAY_USER }}
19
20
BINTRAY_KEY : ${{ secrets.BINTRAY_KEY }}
21
+ SIGNING_PASSPHRASE : ${{ secrets.SIGNING_PASSPHRASE }}
20
22
run : ./gradlew bintrayUpload --no-daemon
21
23
- name : Publish to Bintray
24
+ run : ./gradlew bintrayPublish --no-daemon --dry-run
22
25
env :
26
+ GRADLE_OPTS : " -Xmx768m -Xms256m -XX:+CMSClassUnloadingEnabled"
23
27
BINTRAY_USER : ${{ secrets.BINTRAY_USER }}
24
28
BINTRAY_KEY : ${{ secrets.BINTRAY_KEY }}
25
- run : ./gradlew bintrayPublish --no-daemon --dry-run
29
+ SIGNING_PASSPHRASE : ${{ secrets.SIGNING_PASSPHRASE }}
26
30
- name : Assemble Distribution
27
31
run : ./gradlew assemble docs --no-daemon
32
+ env :
33
+ GRADLE_OPTS : " -Xmx768m -Xms256m -XX:+CMSClassUnloadingEnabled"
28
34
- id : release_version
29
35
if : success()
30
36
run : echo ::set-output name=release_version::${GITHUB_REF:11}
You can’t perform that action at this time.
0 commit comments