Skip to content

Commit

Permalink
Merge pull request #81 from GalaxeTV/dependabot/github_actions/gradle…
Browse files Browse the repository at this point in the history
…/gradle-build-action-2.10.0
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
2 parents 02644df + 24f11eb commit 3c64482
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/enforce-spotless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.9.0
uses: gradle/gradle-build-action@v2.10.0

# Grant execute permission for gradlew
- name: Grant execute permission for gradlew
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
- name: Change Gradle Permissions
run: chmod +x gradlew
- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/gradle-build-action@v2.9.0
uses: gradle/gradle-build-action@v2.10.0
with:
dependency-graph: generate-and-submit
- name: Build with Gradle
uses: gradle/gradle-build-action@v2.9.0
uses: gradle/gradle-build-action@v2.10.0
with:
arguments: build
- name: Shadow Jar
uses: gradle/gradle-build-action@v2.9.0
uses: gradle/gradle-build-action@v2.10.0
with:
arguments: clean shadowJar
- name: Upload Artifact
Expand Down

0 comments on commit 3c64482

Please sign in to comment.