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