Skip to content

Commit

Permalink
#30 fix gradle build and github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
schup committed Dec 7, 2023
1 parent 4c5525a commit 895e514
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
with:
java-version: ${{ matrix.java_version }}
distribution: 'temurin'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3
- name: Build with Gradle on Java ${{ matrix.java_version }}
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/gradle-build-action@v2
with:
arguments: build
dependency-graph: generate-and-submit
- name: Run a build and generate the dependency graph which will be submitted post-job
run: ./gradlew build

0 comments on commit 895e514

Please sign in to comment.