Skip to content

Commit

Permalink
Version bump Gradle and Shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
DoggySazHi committed Jun 17, 2024
1 parent 8643d69 commit 32de29f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
settings-path: ${{ github.workspace }}

- name: Gradle plz build
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
uses: gradle/actions/setup-gradle@v3
with:
arguments: spotlessApply build shadowJar

Expand All @@ -39,7 +39,7 @@ jobs:
path: build/libs/*-all.jar

- name: Reposilite hates my posterior
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
uses: gradle/actions/setup-gradle@v3
with:
arguments: publish
env:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'io.github.goooler.shadow' version '8.1.2'
id 'maven-publish'
id 'com.diffplug.spotless' version '6.25.0'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 32de29f

Please sign in to comment.