fix(actions): build

This commit is contained in:
ineanto 2024-09-10 21:39:50 +02:00
parent 615d21a73a
commit 7d9905bbcf
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84

View file

@ -35,7 +35,7 @@ jobs:
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0 uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
- name: Run JLink with Gradle Wrapper - name: Run JLink with Gradle Wrapper
run: ./gradlew jlink run: ./gradlew build
# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html). # 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. # If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.