1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-13 02: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): def get_gradle_compile_commands(build):
compileCommands = ['compile', compileCommands = ['api',
'provided',
'apk', 'apk',
'implementation',
'classpath', 'classpath',
'api', 'compile',
'compileOnly', 'compileOnly',
'id',
'implementation',
'provided',
'runtimeOnly'] 'runtimeOnly']
buildTypes = ['', 'release'] buildTypes = ['', 'release']
flavors = [''] flavors = ['']