mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Try to fix gradle
This commit is contained in:
parent
b5c06d1bd2
commit
b11471e7a8
1 changed files with 2 additions and 3 deletions
|
@ -53,7 +53,6 @@ description = project.displayname
|
||||||
archivesBaseName = project.name
|
archivesBaseName = project.name
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
version = project.minecraft_version
|
|
||||||
mappings channel: 'snapshot', version: project.mappings_version
|
mappings channel: 'snapshot', version: project.mappings_version
|
||||||
|
|
||||||
runs {
|
runs {
|
||||||
|
@ -63,14 +62,14 @@ minecraft {
|
||||||
property 'forge.logging.markers', 'SCAN,REGISTRIES,REGISTRYDUMP'
|
property 'forge.logging.markers', 'SCAN,REGISTRIES,REGISTRYDUMP'
|
||||||
property 'forge.logging.console.level', 'debug'
|
property 'forge.logging.console.level', 'debug'
|
||||||
|
|
||||||
replace '@VERSION@', project.version
|
|
||||||
|
|
||||||
mods {
|
mods {
|
||||||
minelittlepony {
|
minelittlepony {
|
||||||
source sourceSets.common
|
source sourceSets.common
|
||||||
source sourceSets.hdskins
|
source sourceSets.hdskins
|
||||||
source sourceSets.client
|
source sourceSets.client
|
||||||
source sourceSets.main
|
source sourceSets.main
|
||||||
|
|
||||||
|
replace '@VERSION@', project.version
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue