mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 00:04: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
|
||||
|
||||
minecraft {
|
||||
version = project.minecraft_version
|
||||
mappings channel: 'snapshot', version: project.mappings_version
|
||||
|
||||
runs {
|
||||
|
@ -63,14 +62,14 @@ minecraft {
|
|||
property 'forge.logging.markers', 'SCAN,REGISTRIES,REGISTRYDUMP'
|
||||
property 'forge.logging.console.level', 'debug'
|
||||
|
||||
replace '@VERSION@', project.version
|
||||
|
||||
mods {
|
||||
minelittlepony {
|
||||
source sourceSets.common
|
||||
source sourceSets.hdskins
|
||||
source sourceSets.client
|
||||
source sourceSets.main
|
||||
|
||||
replace '@VERSION@', project.version
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue