Skip to content

Commit

Permalink
Adjust Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed Oct 23, 2024
1 parent 25400ae commit c321eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class FabricModJsonTest extends Specification {
buildFile << """
plugins {
id("fabric-loom").version("1.8-SNAPSHOT")
id("com.mmodding.gradle").version("0.0.11-alpha")
id("com.mmodding.gradle").version("0.0.12-alpha")
}
version = "0.0.1-test"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class QuiltModJsonTest extends Specification {
buildFile << """
plugins {
id("org.quiltmc.loom").version("1.8.+")
id("com.mmodding.gradle").version("0.0.11-alpha")
id("com.mmodding.gradle").version("0.0.12-alpha")
}
version = "0.0.1-test"
Expand Down

0 comments on commit c321eeb

Please sign in to comment.