Specify AppSweep in app module
This commit is contained in:
@@ -34,8 +34,6 @@ buildscript {
|
||||
plugins {
|
||||
// https://plugins.gradle.org/plugin/org.sonarqube
|
||||
id "org.sonarqube" version "3.3"
|
||||
// https://github.com/Guardsquare/appsweep-gradle/releases
|
||||
id "com.guardsquare.appsweep" version "1.0.0"
|
||||
}
|
||||
|
||||
task clean(type: Delete) {
|
||||
@@ -49,4 +47,4 @@ sonarqube {
|
||||
property "sonar.host.url", "https://sonarcloud.io"
|
||||
property "sonar.androidLint.reportPaths", "build/reports/lint-results-debug.xml"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user