1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-10 17:30:11 +01:00

scanner - pickup by id, sort list

This commit is contained in:
Licaon_Kter 2024-05-17 18:30:08 +03:00 committed by Hans-Christoph Steiner
parent 18c9bc6e01
commit df97ebe052

View File

@ -60,13 +60,14 @@ class ExitCode(IntEnum):
def get_gradle_compile_commands(build):
compileCommands = ['compile',
'provided',
compileCommands = ['api',
'apk',
'implementation',
'classpath',
'api',
'compile',
'compileOnly',
'id',
'implementation',
'provided',
'runtimeOnly']
buildTypes = ['', 'release']
flavors = ['']