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:
parent
18c9bc6e01
commit
df97ebe052
@ -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 = ['']
|
||||
|
Loading…
Reference in New Issue
Block a user