File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 - uses : actions/setup-java@v2
1212 with :
1313 distribution : " adopt"
14- java-version : " 11 "
14+ java-version : " 17 "
1515
1616 - name : Validate Gradle Wrapper
1717 uses : gradle/wrapper-validation-action@v1
2626 - name : Build Main
2727 run : ./gradlew replaceValuesDocusaurus -PLATEST_GITHUB_VERSION=${{ steps.last_release.outputs.tag_name }} --no-daemon --stacktrace
2828 env :
29- GRADLE_OPTS : -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:MaxPermSize=2048m -XX: +HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m"
29+ GRADLE_OPTS : -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m"
3030
3131 - name : Publish website
3232 run : |
You can’t perform that action at this time.
0 commit comments