Skip to content

Commit

Permalink
moved mdg legacy version into root build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Dec 9, 2024
1 parent 18f1b10 commit e518e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id "maven-publish"
id "idea"
id "fabric-loom" version "1.7-SNAPSHOT" apply false
id "net.neoforged.moddev.legacyforge" version "2.0.58-beta" apply false
}

def isGITHU_ACTION = System.getenv("GITHUB_ACTION")
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "net.neoforged.moddev.legacyforge" version "2.0.55-beta"
id "net.neoforged.moddev.legacyforge"
}
archivesBaseName = "${project.tesseract_archive_base_name}-forge"

Expand Down

0 comments on commit e518e8b

Please sign in to comment.