Reduce script loading time by excluding non important parts regarding external dependencies or mods
This commit is contained in:
parent
169624f45e
commit
372d2a8386
1 changed files with 3 additions and 3 deletions
|
@ -32,11 +32,11 @@ buildscript {
|
||||||
}
|
}
|
||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
|
|
||||||
apply from: 'gradle/scripts/dependencies.gradle'
|
//apply from: 'gradle/scripts/dependencies.gradle'
|
||||||
apply from: 'gradle/scripts/artifacts.gradle'
|
apply from: 'gradle/scripts/artifacts.gradle'
|
||||||
apply from: 'gradle/scripts/autoinstallruntime.gradle'
|
//apply from: 'gradle/scripts/autoinstallruntime.gradle'
|
||||||
apply from: 'gradle/scripts/integration.gradle'
|
apply from: 'gradle/scripts/integration.gradle'
|
||||||
apply from: 'gradle/scripts/optional.gradle'
|
//apply from: 'gradle/scripts/optional.gradle'
|
||||||
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
targetCompatibility = JavaVersion.VERSION_1_8
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
Loading…
Reference in a new issue