mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Fix plugin IDs in tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'fabric-loom'
|
id 'dev.architectury.loom'
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
// This is used by a range of tests that append to this file before running the gradle tasks.
|
// 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
|
// Can be used for tests that require minimal custom setup
|
||||||
plugins {
|
plugins {
|
||||||
id 'fabric-loom'
|
id 'dev.architectury.loom'
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'java-library'
|
id 'java-library'
|
||||||
id 'net.fabricmc.fabric-loom-companion'
|
id 'dev.architectury.loom-companion'
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user