We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d64cf commit 62f8f81Copy full SHA for 62f8f81
.github/workflows/build_snapshot.yml
@@ -35,9 +35,7 @@ jobs:
35
distribution: 'zulu'
36
cache: gradle
37
- name: Build
38
- uses: gradle/gradle-build-action@v3
39
- with:
40
- arguments: build
+ uses: ./gradlew build
41
- name: Upload Build Artifacts
42
uses: actions/[email protected]
43
with:
build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
}
8
9
dependencies {
10
- classpath "io.github.ecdcaeb:legacyforgegradle:0.2.3"
+ classpath "io.github.ecdcaeb:LegacyForgeGradle:0.2.3"
11
12
13
0 commit comments