mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-29 15:37:59 +01:00
Fix whitespace
Try to fix gradle Try to fix gradle Gradlew has always on DRM confirmed Try to fix gradle Try to fix gradle Try to fix gradle Try to FIX GRADLE TRY TO FIX GRADLE T$WEPHIWEGWEPGHIWGEPIW$GYRWRY BUILD SUCCESSFUL in 30s Fix indentation
This commit is contained in:
parent
7218d7fbdd
commit
28871730e6
2 changed files with 19 additions and 10 deletions
23
build.gradle
23
build.gradle
|
@ -37,18 +37,27 @@ minecraft {
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
hdskins {
|
hdskins {
|
||||||
|
java {
|
||||||
|
srcDirs "src/hdskins/java", "src/common/java"
|
||||||
|
}
|
||||||
|
resources {
|
||||||
|
srcDirs "src/hdskins/resources"
|
||||||
|
}
|
||||||
|
refMap = 'hdskins.mixin.refmap.json'
|
||||||
|
|
||||||
compileClasspath += main.compileClasspath
|
compileClasspath += main.compileClasspath
|
||||||
compileClasspath += common.compileClasspath
|
|
||||||
ext.refMap = 'hdskins.mixin.refmap.json'
|
|
||||||
}
|
}
|
||||||
main {
|
main {
|
||||||
|
java {
|
||||||
|
srcDirs "src/main/java", "src/common/java"
|
||||||
|
}
|
||||||
|
resources {
|
||||||
|
srcDirs "src/main/resources"
|
||||||
|
}
|
||||||
|
refMap = 'minelp.mixin.refmap.json'
|
||||||
|
|
||||||
compileClasspath += hdskins.output
|
compileClasspath += hdskins.output
|
||||||
compileClasspath += common.output
|
|
||||||
ext.refMap = 'minelp.mixin.refmap.json'
|
|
||||||
}
|
}
|
||||||
common {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Sun Jul 08 20:46:02 CAT 2018
|
#Tue Jul 31 09:26:02 CAT 2018
|
||||||
build.number=500
|
build.number=501
|
||||||
>>>>>>> Build number pls
|
>>>>>>>=Build number pls
|
||||||
|
|
Loading…
Reference in a new issue