Apply 'java' plugin in Forge buildscript

This commit is contained in:
Aizistral
2026-03-27 22:01:06 +01:00
parent d937308cd8
commit 46f70de546

View File

@@ -7,8 +7,9 @@ buildscript {
}
plugins {
id 'eclipse'
id 'java'
id 'idea'
id 'eclipse'
id 'net.minecraftforge.gradle' version '[7.0.17,8)'
id "com.modrinth.minotaur" version "2.+"
id "com.matthewprenger.cursegradle" version "1.4.0"