File tree 3 files changed +29
-5
lines changed
3 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 22
22
java-version : 17
23
23
distribution : temurin
24
24
25
+ - name : License headers
26
+ id : license_headers
27
+ uses : gradle/gradle-build-action@v2
28
+ with :
29
+ arguments : checkLicenses
30
+
25
31
- name : Build
26
32
id : build
27
33
uses : gradle/gradle-build-action@v2
28
34
with :
29
- arguments : checkLicenses build runGametest
35
+ arguments : build
36
+
37
+ - name : Gametest
38
+ id : gametest
39
+ uses : gradle/gradle-build-action@v2
40
+ with :
41
+ arguments : runGametest
Original file line number Diff line number Diff line change 21
21
java-version : 17
22
22
distribution : temurin
23
23
24
+ - name : License headers
25
+ id : license_headers
26
+ uses : gradle/gradle-build-action@v2
27
+ with :
28
+ arguments : checkLicenses
29
+
24
30
- name : Build
31
+ id : build
32
+ uses : gradle/gradle-build-action@v2
33
+ with :
34
+ arguments : build
35
+
36
+ - name : Gametest
37
+ id : gametest
25
38
uses : gradle/gradle-build-action@v2
26
39
with :
27
- arguments : checkLicenses build runGametest
40
+ arguments : runGametest
Original file line number Diff line number Diff line change @@ -212,8 +212,7 @@ modules.xml
212
212
213
213
# ## Gradle ###
214
214
.gradle
215
- ** /build /
216
- ! src /** /build /
215
+ build /
217
216
218
217
# Ignore Gradle GUI config
219
218
gradle-app.setting
@@ -234,4 +233,4 @@ gradle-app.setting
234
233
235
234
# FabricMC
236
235
run /
237
- remappedSrc /
236
+ remappedSrc /
You can’t perform that action at this time.
0 commit comments