mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +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
|
// https://github.com/FabricMC/fabric-example-mod/blob/master/build.gradle
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'fabric-loom' version '0.2.4-SNAPSHOT'
|
id 'java-library'
|
||||||
|
id 'fabric-loom' version '0.2.5-SNAPSHOT'
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -111,7 +112,7 @@ publishing {
|
||||||
publications {
|
publications {
|
||||||
maven(MavenPublication) {
|
maven(MavenPublication) {
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
artifact(remapJar.output)
|
artifact(remapJar)
|
||||||
}
|
}
|
||||||
artifact(sourcesJar) {
|
artifact(sourcesJar) {
|
||||||
builtBy remapSourcesJar
|
builtBy remapSourcesJar
|
||||||
|
|
Loading…
Reference in a new issue