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