Skip to content

Commit

Permalink
Upgrade plugins dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Elikill58 committed Jun 20, 2024
1 parent 1351de3 commit fcdaa2f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
plugins {
id 'java-library'
id 'io.github.goooler.shadow' version '8.1.7'
id 'fabric-loom' version '1.7-SNAPSHOT' apply false
id 'org.spongepowered.gradle.plugin' version '2.2.0' apply false
id 'org.spongepowered.gradle.vanilla' version '0.2' apply false
}

shadowJar {
Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'fabric-loom'
id 'io.github.goooler.shadow'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions sponge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
id 'io.github.goooler.shadow'
id 'org.spongepowered.gradle.plugin' version '2.0.2'
id 'org.spongepowered.gradle.vanilla' version '0.2.1-SNAPSHOT'
id 'org.spongepowered.gradle.plugin'
id 'org.spongepowered.gradle.vanilla'
}

evaluationDependsOn(':common')
Expand Down

0 comments on commit fcdaa2f

Please sign in to comment.