mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +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 {
|
||||
inputs.property "version", project.version
|
||||
inputs.property "version", project.version.toString()
|
||||
|
||||
filesMatching("fabric.mod.json") {
|
||||
expand "version": project.version
|
||||
expand "version": project.version.toString()
|
||||
}
|
||||
|
||||
from 'LICENSE'
|
||||
|
|
Loading…
Reference in a new issue