Reference loom directly in allprojects

This commit is contained in:
Johannes Frohnmeyer 2021-11-29 18:43:45 +00:00
parent 1405ea69fb
commit 12c88d7601
1 changed files with 1 additions and 3 deletions

View File

@ -15,13 +15,11 @@ buildscript {
}
}
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'java-library'
apply plugin: 'maven-publish'
apply plugin: com.matthewprenger.cursegradle.CurseGradlePlugin
apply plugin: com.modrinth.minotaur.Minotaur
apply plugin: net.fabricmc.loom.bootstrap.LoomGradlePluginBootstrap
apply plugin: org.ajoberstar.grgit.gradle.GrgitPlugin
import com.modrinth.minotaur.request.VersionType
@ -123,7 +121,7 @@ else
allprojects {
apply plugin: "java-library"
apply plugin: "maven-publish"
apply plugin: "fabric-loom"
apply plugin: net.fabricmc.loom.bootstrap.LoomGradlePluginBootstrap
tasks.withType(JavaCompile).configureEach {
it.options.encoding = "UTF-8"