Skip to content

Commit f44859f

Browse files
committed
Fix website process
1 parent 3c85561 commit f44859f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/websitedeploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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
@@ -26,7 +26,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)