Skip to content

Commit

Permalink
gg.essential.loom 1.5.+
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Nov 17, 2024
1 parent cffe1d7 commit ec81e3f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appForgeArchive/1.10.2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.time.LocalDate
import java.time.format.DateTimeFormatter

plugins {
id("gg.essential.loom") version "latest.release"
id("gg.essential.loom") version "1.5.+"
id("dev.architectury.architectury-pack200") version "latest.release"
}

Expand Down
2 changes: 1 addition & 1 deletion appForgeArchive/1.11.2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.time.LocalDate
import java.time.format.DateTimeFormatter

plugins {
id("gg.essential.loom") version "latest.release"
id("gg.essential.loom") version "1.5.+"
id("dev.architectury.architectury-pack200") version "latest.release"
}

Expand Down
2 changes: 1 addition & 1 deletion appForgeArchive/1.12.2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.time.LocalDate
import java.time.format.DateTimeFormatter

plugins {
id("gg.essential.loom") version "latest.release"
id("gg.essential.loom") version "1.5.+"
id("dev.architectury.architectury-pack200") version "latest.release"
}

Expand Down
2 changes: 1 addition & 1 deletion appForgeArchive/1.8.9/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.time.LocalDate
import java.time.format.DateTimeFormatter

plugins {
id("gg.essential.loom") version "latest.release"
id("gg.essential.loom") version "1.5.+"
id("dev.architectury.architectury-pack200") version "latest.release"
}

Expand Down
2 changes: 1 addition & 1 deletion appForgeArchive/1.9.4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.time.LocalDate
import java.time.format.DateTimeFormatter

plugins {
id("gg.essential.loom") version "latest.release"
id("gg.essential.loom") version "1.5.+"
id("dev.architectury.architectury-pack200") version "latest.release"
}

Expand Down
1 change: 0 additions & 1 deletion appForgeArchive/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ pluginManagement {
eachPlugin {
when (requested.id.id) {
"gg.essential.loom" -> useModule("gg.essential:architectury-loom:${requested.version}")
"agency.highlysuspect.voldeloom" -> {}
}
}
}
Expand Down

0 comments on commit ec81e3f

Please sign in to comment.