SonarQube removed gradle properties

This commit is contained in:
2018-06-28 17:52:37 +02:00
parent 0be6a2f671
commit 3261c060bc

View File

@@ -21,13 +21,6 @@ android {
} }
} }
sonarqube {
properties {
property "sonar.organization", "geogeob"
property "sonar.host.url", "https://sonarcloud.io"
}
}
dependencies { dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar']) implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:27.1.1' implementation 'com.android.support:appcompat-v7:27.1.1'