Gradle: minor cleanup to build.gradle
This commit is contained in:
parent
91cf9e645c
commit
f733b69f9f
@ -1,14 +1,10 @@
|
|||||||
import org.gradle.api.artifacts.*
|
import org.gradle.api.artifacts.*
|
||||||
|
|
||||||
apply plugin: 'base' // To add "clean" task to the root project.
|
apply plugin: 'base'
|
||||||
//apply plugin: 'java-library-distribution'
|
|
||||||
|
|
||||||
// This is applied to all sub projects
|
// This is applied to all sub projects
|
||||||
subprojects {
|
subprojects {
|
||||||
// Don't add to native builds
|
|
||||||
// if(!project.name.endsWith('native')){
|
|
||||||
apply from: rootProject.file('common.gradle')
|
apply from: rootProject.file('common.gradle')
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
task run(dependsOn: ':jme3-examples:run') {
|
task run(dependsOn: ':jme3-examples:run') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user