Update to loom 0.10

remotes/origin/1.19
modmuss50 2021-11-10 14:29:05 +00:00
parent 6f47013653
commit 8adede095a
1 changed files with 2 additions and 8 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.9-SNAPSHOT'
id 'fabric-loom' version '0.10-SNAPSHOT'
id 'maven-publish'
}
@ -67,13 +67,7 @@ jar {
publishing {
publications {
mavenJava(MavenPublication) {
// add all the jars that should be included when publishing to maven
artifact(remapJar) {
builtBy remapJar
}
artifact(sourcesJar) {
builtBy remapSourcesJar
}
from components.java
}
}