Skip to content

Commit a7937a2

Browse files
authored
SONARKT-631 Mend should scan only sonar-kotlin-plugin runtime dependencies
1 parent 2efe944 commit a7937a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wss-unified-agent.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ resolveAllDependencies=False
55
gradle.aggregateModules=True
66
gradle.preferredEnvironment=wrapper
77
gradle.resolveDependencies=True
8-
gradle.excludeModules=buildSrc its its-plugin its-ruling kotlin-checks-test-sources utils-kotlin
8+
gradle.includeModules=sonar-kotlin-plugin
9+
gradle.includedConfigurations=runtimeClasspath
910

1011
wss.url=https://saas-eu.whitesourcesoftware.com/agent
1112

0 commit comments

Comments
 (0)