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 27
27
java-version : ' 11'
28
28
distribution : ' temurin'
29
29
- name : Build with Gradle
30
- uses : gradle/gradle-build-action@v2.6 .0
30
+ uses : gradle/gradle-build-action@v3.5 .0
31
31
with :
32
32
arguments : check
33
33
env :
Original file line number Diff line number Diff line change 28
28
java-version : ' 11'
29
29
distribution : ' temurin'
30
30
- name : Build with Gradle
31
- uses : gradle/gradle-build-action@v2.6 .0
31
+ uses : gradle/gradle-build-action@v3.5 .0
32
32
with :
33
33
arguments : publish
34
34
# arguments: build check publish
Original file line number Diff line number Diff line change 19
19
ref : master
20
20
fetch-depth : 0
21
21
- name : Setup Gradle
22
- uses : gradle/gradle-build-action@v2.4.2
22
+ uses : gradle/gradle-build-action@v3.5.0
23
23
- 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
25
25
- name : Deploy
26
26
uses : actions/configure-pages@v2
27
27
- name : Upload artifact
Original file line number Diff line number Diff line change 1
1
# Specifies the JVM arguments used for the daemon process.
2
2
# 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
4
4
5
5
org.gradle.caching =true
6
6
You can’t perform that action at this time.
0 commit comments