File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 java-version : ' 11'
2828 distribution : ' temurin'
2929 - name : Build with Gradle
30- uses : gradle/gradle-build-action@v2.6 .0
30+ uses : gradle/gradle-build-action@v3.5 .0
3131 with :
3232 arguments : check
3333 env :
Original file line number Diff line number Diff line change 2828 java-version : ' 11'
2929 distribution : ' temurin'
3030 - name : Build with Gradle
31- uses : gradle/gradle-build-action@v2.6 .0
31+ uses : gradle/gradle-build-action@v3.5 .0
3232 with :
3333 arguments : publish
3434 # arguments: build check publish
Original file line number Diff line number Diff line change 1919 ref : master
2020 fetch-depth : 0
2121 - name : Setup Gradle
22- uses : gradle/gradle-build-action@v2.4.2
22+ uses : gradle/gradle-build-action@v3.5.0
2323 - name : Run build with Gradle Wrapper
24- run : FLOATING_TOC=false gradle --no-build-cache clean xmldoc sphinx
24+ run : FLOATING_TOC=false ./gradlew --no-build-cache clean xmldoc sphinx
2525 - name : Deploy
2626 uses : actions/configure-pages@v2
2727 - name : Upload artifact
Original file line number Diff line number Diff line change 11# Specifies the JVM arguments used for the daemon process.
22# The setting is particularly useful for tweaking memory settings.
3- # org.gradle.jvmargs=-Xmx4G -Xss1m -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError
3+ org.gradle.jvmargs =-Xmx4G -Xss2m -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError
44
55org.gradle.caching =true
66
You can’t perform that action at this time.
0 commit comments