Repo created
This commit is contained in:
parent
6e9a0d01ce
commit
7ee9806fba
2415 changed files with 312708 additions and 2 deletions
31
build.gradle
Normal file
31
build.gradle
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath libs.gradle
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'org.sonarqube' version '3.4.0.2513'
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
sonarqube {
|
||||
properties {
|
||||
// Root project information
|
||||
property 'sonar.projectKey', 'org.adaway'
|
||||
property 'sonar.organization', 'adaway'
|
||||
property 'sonar.projectName', 'AdAway'
|
||||
property 'sonar.projectVersion', libs.versions.appName.get()
|
||||
property 'sonar.host.url', 'https://sonarcloud.io'
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue