Skip to content

Commit

Permalink
Remove plugins dsl code and use legacy notation (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garces authored Jan 29, 2021
1 parent eed0c8b commit 95779e7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apply plugin: "org.sonarqube"

buildscript {
ext.gradleVersion = '4.0.0'
ext.kotlinVersion = '1.4.21'
ext.sonarqubeVersion = '3.1.1'

repositories {
google()
Expand All @@ -12,14 +15,10 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:$gradleVersion"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.0"
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:$sonarqubeVersion"
}
}

plugins {
id "org.sonarqube" version "2.8"
}

allprojects {
repositories {
google()
Expand Down

0 comments on commit 95779e7

Please sign in to comment.