Change plugin ID in tests

This commit is contained in:
Juuz
2022-01-19 23:40:53 +02:00
parent ceb09847ea
commit 5216e6f712
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
// This is used by a range of tests that append to this file before running the gradle tasks.
// Can be used for tests that require minimal custom setup
plugins {
id 'fabric-loom'
id 'dev.architectury.loom'
id 'maven-publish'
}

View File

@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom'
id 'dev.architectury.loom'
id 'maven-publish'
}