mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-21 20:18:01 +01:00
Update loom
This commit is contained in:
parent
b3b165f803
commit
0e211ba90b
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,8 @@
|
|||
// https://github.com/FabricMC/fabric-example-mod/blob/master/build.gradle
|
||||
|
||||
plugins {
|
||||
id 'fabric-loom' version '0.2.4-SNAPSHOT'
|
||||
id 'java-library'
|
||||
id 'fabric-loom' version '0.2.5-SNAPSHOT'
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
|
@ -111,7 +112,7 @@ publishing {
|
|||
publications {
|
||||
maven(MavenPublication) {
|
||||
afterEvaluate {
|
||||
artifact(remapJar.output)
|
||||
artifact(remapJar)
|
||||
}
|
||||
artifact(sourcesJar) {
|
||||
builtBy remapSourcesJar
|
||||
|
|
Loading…
Reference in a new issue