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 88ef783 commit c514749
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TesseractAPI
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
id 'org.jetbrains.kotlin.plugin.lombok' version '2.0.20' apply false
id "io.freefair.lombok" version "8.10.2" apply false
id "fabric-loom" version "1.7-SNAPSHOT" apply false
id "net.neoforged.moddev.legacyforge" version "2.0.58-beta" apply false
}

//Print out JVM information so that we know what version is running. Extreamly useful for people to know when helping you.
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.58-beta"
id "net.neoforged.moddev.legacyforge"
id 'xyz.wagyourtail.unimined.expect-platform' version '1.0.5'
}

Expand Down

0 comments on commit c514749

Please sign in to comment.