mirror of
https://github.com/skylot/jadx.git
synced 2024-11-23 04:39:46 +00:00
12 lines
212 B
YAML
12 lines
212 B
YAML
path_classifiers:
|
|
test:
|
|
- "**/test/**/*.java"
|
|
|
|
extraction:
|
|
java:
|
|
index:
|
|
build_command: ./gradlew clean build -x test
|
|
java_version: 11
|
|
properties_files: true
|
|
xml_mode: disabled
|