Skip to content

Commit

Permalink
Update to Loom 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Nov 16, 2023
1 parent 72408e9 commit 2109dd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
java
`maven-publish`
alias(libs.plugins.loom) apply false
alias(libs.plugins.vineflower) apply false
alias(libs.plugins.architectury)
alias(libs.plugins.shadow)
alias(libs.plugins.spotless)
Expand Down Expand Up @@ -37,7 +36,6 @@ subprojects {
apply(plugin = "java")
apply(plugin = rootProject.libs.plugins.architectury.get().pluginId)
apply(plugin = rootProject.libs.plugins.loom.get().pluginId)
apply(plugin = rootProject.libs.plugins.vineflower.get().pluginId)
apply(plugin = rootProject.libs.plugins.spotless.get().pluginId)

base.archivesName.set("$modId-${project.name}")
Expand Down
3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ pluginManagement {
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
plugin("loom", "dev.architectury.loom").version("1.3-SNAPSHOT")
plugin("loom", "dev.architectury.loom").version("1.4-SNAPSHOT")
plugin("architectury", "architectury-plugin").version("3.4-SNAPSHOT")
plugin("vineflower", "io.github.juuxel.loom-vineflower").version("1.11.0")
plugin("shadow", "com.github.johnrengelman.shadow").version("8.1.1")
plugin("spotless", "com.diffplug.spotless").version("6.20.0")

Expand Down

0 comments on commit 2109dd5

Please sign in to comment.