fix: Fix missing dependencies in project plugin
This commit is contained in:
@@ -4,6 +4,11 @@ plugins {
|
|||||||
|
|
||||||
description = "This is the main plugin providing utilities through a Gradle extension."
|
description = "This is the main plugin providing utilities through a Gradle extension."
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation(libs.gson)
|
||||||
|
compileOnly(libs.fabric.loom.remap)
|
||||||
|
}
|
||||||
|
|
||||||
gradlePlugin {
|
gradlePlugin {
|
||||||
val projectPlugin by plugins.creating {
|
val projectPlugin by plugins.creating {
|
||||||
id = "de.siphalor.minecraft-modding-toolkit.project-plugin"
|
id = "de.siphalor.minecraft-modding-toolkit.project-plugin"
|
||||||
|
|||||||
Reference in New Issue
Block a user