Update Loom

This commit is contained in:
embeddedt 2023-04-07 19:00:48 -04:00
parent 4dd6b7641e
commit 1814d96d6c
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -1,5 +1,5 @@
plugins { plugins {
id "dev.architectury.loom" version "1.0.312" id "dev.architectury.loom" version "1.1-SNAPSHOT"
id "maven-publish" id "maven-publish"
id 'com.matthewprenger.cursegradle' version '1.4.0' id 'com.matthewprenger.cursegradle' version '1.4.0'
id 'com.palantir.git-version' version '1.0.0' id 'com.palantir.git-version' version '1.0.0'
@ -140,10 +140,7 @@ jar {
publishing { publishing {
publications { publications {
mavenJava(MavenPublication) { mavenJava(MavenPublication) {
// add all the jars that should be included when publishing to maven from components.java
artifact(remapJar) {
builtBy remapJar
}
} }
} }