Don't include idea plugin since fabric already does that

This commit is contained in:
RaphiMC 2023-12-25 21:03:07 +01:00
parent f98465593f
commit 94dec2425a
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94

View File

@ -1,7 +1,6 @@
plugins { plugins {
id "fabric-loom" version "1.4-SNAPSHOT" id "fabric-loom" version "1.4-SNAPSHOT"
id "maven-publish" id "maven-publish"
id "idea"
} }
base { base {
@ -157,7 +156,6 @@ publishing {
} }
} }
idea { idea {
module { module {
["run"].each { ["run"].each {