mirror of
https://github.com/revanced/smali.git
synced 2025-05-28 03:40:12 +02:00
Fix the build. doh.
This commit is contained in:
parent
3079b05e9a
commit
06bff592f8
@ -52,7 +52,9 @@ sourceSets.test.java.srcDir testAntlrOutput
|
||||
idea {
|
||||
module {
|
||||
excludeDirs -= buildDir
|
||||
excludeDirs.addAll(buildDir.listFiles())
|
||||
if (buildDir.exists()) {
|
||||
excludeDirs.addAll(buildDir.listFiles())
|
||||
}
|
||||
for (sourceDir in (sourceDirs + testSourceDirs)) {
|
||||
excludeDirs.remove(sourceDir);
|
||||
while ((sourceDir = sourceDir.getParentFile()) != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user