vtm-web: fix nested folder in gradle

This commit is contained in:
Gustl22 2019-01-07 01:04:50 +01:00
parent a1c45d1dc3
commit 93d6c1bf14

View File

@ -12,7 +12,9 @@ apply plugin: 'maven'
apply plugin: 'gwt-base'
sourceSets {
// Exclude nested folder 'emu' from 'src' and add it manually
main.java.srcDirs = ['src', 'src/org/oscim/gdx/emu']
main.java.exclude '**/emu/**'
}
dependencies {