scanner: also scan classpath

This commit is contained in:
linsui 2022-08-09 23:04:30 +08:00 committed by Hans-Christoph Steiner
parent 1a71f352cf
commit 832ed18fca
3 changed files with 171 additions and 3 deletions

View file

@ -101,6 +101,7 @@ def get_gradle_compile_commands(build):
'provided',
'apk',
'implementation',
'classpath',
'api',
'compileOnly',
'runtimeOnly']