mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 06:18:00 +01:00
Gradle pls
This commit is contained in:
parent
ccb6431db8
commit
2a6ad30a60
1 changed files with 2 additions and 2 deletions
|
@ -79,10 +79,10 @@ task copyBGPones(type: Copy) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
processResources {
|
processResources {
|
||||||
inputs.property "version", project.version
|
inputs.property "version", project.version.toString()
|
||||||
|
|
||||||
filesMatching("fabric.mod.json") {
|
filesMatching("fabric.mod.json") {
|
||||||
expand "version": project.version
|
expand "version": project.version.toString()
|
||||||
}
|
}
|
||||||
|
|
||||||
from 'LICENSE'
|
from 'LICENSE'
|
||||||
|
|
Loading…
Reference in a new issue