mirror of
https://github.com/revanced/smali.git
synced 2025-05-28 11:50:12 +02:00
Add the .tokens files to the binary jar
This commit is contained in:
parent
0be7264eb3
commit
1b00e0a155
@ -52,6 +52,15 @@ configurations {
|
||||
compile.exclude group: 'de.jflex', module: 'jflex'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
resources {
|
||||
// This adds the generated .tokens files to the jar
|
||||
srcDir 'build/generated-src/antlr/main'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
idea {
|
||||
module {
|
||||
excludeDirs -= buildDir
|
||||
|
Loading…
x
Reference in New Issue
Block a user