File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11
11
- name : Checkout Repository
12
12
uses : actions/checkout@v2
13
13
14
- - name : Set up Java 8
14
+ - name : Setup Java 8
15
15
uses : actions/setup-java@v1
16
16
with :
17
17
java-version : 8
20
20
uses : eskatos/gradle-command-action@v1
21
21
with :
22
22
arguments : buildAll
23
+
23
24
build-natives :
24
25
env :
25
26
FREETYPE_URL : https://download.savannah.gnu.org/releases/freetype/freetype-2.10.4.tar.gz
50
51
with :
51
52
submodules : recursive
52
53
53
- - name : Set up Java 8
54
+ - name : Setup Java 8
54
55
uses : actions/setup-java@v1
55
56
with :
56
57
java-version : 8
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
- name : Checkout Repository
14
14
uses : actions/checkout@v2
15
15
16
- - name : Set up Repository
16
+ - name : Setup Repository
17
17
run : |
18
18
chmod +x ./buildSrc/scripts/release.sh
19
19
chmod +x ./gradlew
20
20
21
- - name : Set up Java 8
21
+ - name : Setup Java 8
22
22
uses : actions/setup-java@v1
23
23
with :
24
24
java-version : 8
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments