mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
scanner - pickup by id, sort list
This commit is contained in:
parent
18c9bc6e01
commit
df97ebe052
1 changed files with 5 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue