Skip to content

Commit

Permalink
Development: Add setup gradle github action
Browse files Browse the repository at this point in the history
  • Loading branch information
krusche committed Sep 28, 2024
1 parent 33137de commit 3c8d4fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ updates:
- "ready for review"
- "dependencies"

# Check for Maven updates (if using Java)
- package-ecosystem: "maven"
# Check for Gradle updates
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
distribution: 'temurin'
java-version: '${{ env.java }}'
cache: 'gradle'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Production Build
run: ./gradlew -Pprod -Pwar clean bootWar
- name: Upload Artifact
Expand Down

0 comments on commit 3c8d4fe

Please sign in to comment.