mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-11 09:16:18 -04:00
scanner - pickup by id, sort list
This commit is contained in:
committed by
Hans-Christoph Steiner
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 = ['']
|
||||
|
||||
Reference in New Issue
Block a user