Move plugins back to their respective build.gradle files. Close #34

This commit is contained in:
Jared 2023-11-14 02:44:36 -07:00
parent 6152c1e196
commit 829e2415e6
4 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,6 @@
plugins { plugins {
id 'fabric-loom' version '1.2-SNAPSHOT' apply(false) // Required for NeoGradle
id 'org.spongepowered.gradle.vanilla' version '0.2.1-SNAPSHOT' apply(false) id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.7"
id 'org.spongepowered.mixin' version '0.7-SNAPSHOT' apply(false)
} }
subprojects { subprojects {

View File

@ -2,7 +2,7 @@ plugins {
id 'idea' id 'idea'
id 'java' id 'java'
id 'maven-publish' id 'maven-publish'
id 'org.spongepowered.gradle.vanilla' id 'org.spongepowered.gradle.vanilla' version '0.2.1-SNAPSHOT'
} }
base { base {
archivesName = "${mod_name}-common-${minecraft_version}" archivesName = "${mod_name}-common-${minecraft_version}"

View File

@ -2,7 +2,7 @@ plugins {
id 'java' id 'java'
id 'idea' id 'idea'
id 'maven-publish' id 'maven-publish'
id 'fabric-loom' id 'fabric-loom' version '1.2-SNAPSHOT'
} }
base { base {
archivesName = "${mod_name}-fabric-${minecraft_version}" archivesName = "${mod_name}-fabric-${minecraft_version}"

View File

@ -2,7 +2,7 @@ plugins {
id 'idea' id 'idea'
id 'maven-publish' id 'maven-publish'
id 'net.minecraftforge.gradle' version '[6.0,6.2)' id 'net.minecraftforge.gradle' version '[6.0,6.2)'
id 'org.spongepowered.mixin' id 'org.spongepowered.mixin' version '0.7-SNAPSHOT'
} }
base { base {
archivesName = "${mod_name}-forge-${minecraft_version}" archivesName = "${mod_name}-forge-${minecraft_version}"