Fix plugin IDs in tests

This commit is contained in:
Juuz
2025-10-29 15:25:28 +02:00
parent e9f0c8dda2
commit 0629aabe8a
3 changed files with 3 additions and 3 deletions

View File

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

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,4 +1,4 @@
plugins {
id 'java-library'
id 'net.fabricmc.fabric-loom-companion'
id 'dev.architectury.loom-companion'
}