File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
- uses : actions/setup-node@v3
26
26
with :
27
27
node-version : 16
28
- - name : Configure JDK 1.11
28
+ - name : Configure JDK
29
29
uses : actions/setup-java@v3
30
30
with :
31
31
distribution : ' temurin'
32
- java-version : ' 11 '
32
+ java-version : ' 17 '
33
33
- name : Get yarn cache directory path
34
34
id : yarn-cache-dir-path
35
35
run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -61,11 +61,11 @@ jobs:
61
61
with :
62
62
node-version : 16
63
63
64
- - name : Configure JDK 1.11
64
+ - name : Configure JDK
65
65
uses : actions/setup-java@v3
66
66
with :
67
67
distribution : ' temurin'
68
- java-version : ' 11 '
68
+ java-version : ' 17 '
69
69
70
70
# Set path variables needed for caches
71
71
- name : Set workflow variables
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
38
38
with :
39
39
node-version : 16
40
40
41
- - name : Configure JDK 1.11
41
+ - name : Configure JDK
42
42
uses : actions/setup-java@v3
43
43
with :
44
44
distribution : ' temurin'
45
- java-version : ' 11 '
45
+ java-version : ' 17 '
46
46
47
47
- uses : maxim-lobanov/setup-xcode@v1
48
48
with :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ org.gradle.daemon=true
11
11
org.gradle.caching =true
12
12
org.gradle.parallel =true
13
13
org.gradle.configureondemand =true
14
- org.gradle.jvmargs =-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
14
+ org.gradle.jvmargs =-Xmx3072M -Dfile.encoding=UTF-8
15
15
# When configured, Gradle will run in incubating parallel mode.
16
16
# This option should only be used with decoupled projects. More details, visit
17
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
You can’t perform that action at this time.
0 commit comments