diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 81b2b53..0db864d 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -35,7 +35,7 @@ jobs: - name: Build with Gradle Wrapper run: ls - name: Build with Gradle Wrapper - run: ./gradlew -b .github/workflows/alt.gralde shadowJar + run: ./gradlew -b alt.gralde shadowJar # NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html). # If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.