Skip to content

Commit 62f8f81

Browse files
authored
fix build action
1 parent 60d64cf commit 62f8f81

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build_snapshot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
distribution: 'zulu'
3636
cache: gradle
3737
- name: Build
38-
uses: gradle/gradle-build-action@v3
39-
with:
40-
arguments: build
38+
uses: ./gradlew build
4139
- name: Upload Build Artifacts
4240
uses: actions/[email protected]
4341
with:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
}
99
dependencies {
10-
classpath "io.github.ecdcaeb:legacyforgegradle:0.2.3"
10+
classpath "io.github.ecdcaeb:LegacyForgeGradle:0.2.3"
1111
}
1212
}
1313

0 commit comments

Comments
 (0)