File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212
1313 steps :
1414 - name : Checkout the repo
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616
1717 - name : Setup JDK
18- uses : actions/setup-java@v3
18+ uses : actions/setup-java@v4
1919 with :
2020 java-version : ' 17'
2121 distribution : ' temurin'
3535 path : build-reports.zip
3636
3737env :
38- GRADLE_OPTS : -Dorg.gradle.configureondemand=true -Dorg.gradle.parallel=false -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:MaxPermSize=2048m -XX: +HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
38+ GRADLE_OPTS : -Dorg.gradle.configureondemand=true -Dorg.gradle.parallel=false -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout the repo
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
1919
2020 - name : Setup JDK
21- uses : actions/setup-java@v3
21+ uses : actions/setup-java@v4
2222 with :
2323 java-version : ' 17'
2424 distribution : ' temurin'
4747
4848
4949env :
50- GRADLE_OPTS : -Dorg.gradle.configureondemand=true -Dorg.gradle.parallel=false -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:MaxPermSize=2048m -XX: +HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
50+ GRADLE_OPTS : -Dorg.gradle.configureondemand=true -Dorg.gradle.parallel=false -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717
1818 steps :
1919 - name : Checkout the repo
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 with :
2222 fetch-depth : 0
2323 ref : ${{ github.event.inputs.branch }}
2424
2525 - name : Setup JDK
26- uses : actions/setup-java@v3
26+ uses : actions/setup-java@v4
2727 with :
2828 java-version : ' 17'
2929 distribution : ' temurin'
3838 ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.SIGNING_PASSWORD }}
3939
4040env :
41- GRADLE_OPTS : -Dorg.gradle.configureondemand=true -Dorg.gradle.parallel=false -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:MaxPermSize=2048m -XX: +HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
41+ GRADLE_OPTS : -Dorg.gradle.configureondemand=true -Dorg.gradle.parallel=false -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
You can’t perform that action at this time.
0 commit comments