Skip to content

Commit

Permalink
fix plugin id in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DJtheRedstoner committed Jul 5, 2024
1 parent cc7e1b5 commit 1c8a25b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/resources/projects/forge/1206/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'dev.architectury.loom'
id 'gg.essential.loom'
id 'maven-publish'
}

Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/projects/neoforge/1206/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'dev.architectury.loom'
id 'gg.essential.loom'
id 'maven-publish'
}

Expand Down

0 comments on commit 1c8a25b

Please sign in to comment.