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