Add AppSweep plugin

This commit is contained in:
Kirill Kamakin
2022-05-28 13:26:36 +02:00
parent 01b88ec7a9
commit 44812d2f84
2 changed files with 9 additions and 1 deletions

View File

@@ -31,6 +31,13 @@ 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) {
delete rootProject.buildDir
}