Skip to content

Commit

Permalink
GH-160 Update all dependencies (#160)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 30, 2024
1 parent d2d7a4f commit 8560f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Make gradlew executable
run: chmod +x gradlew
- name: Build with Gradle
uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39
uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff
with:
arguments: shadowJar
- name: Upload a Build Artifact
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/eternalcombat.java.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group = "com.eternalcode"
version = "1.2.1-SNAPSHOT"

checkstyle {
toolVersion = "10.15.0"
toolVersion = "10.16.0"

configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")

Expand Down

0 comments on commit 8560f17

Please sign in to comment.