Skip to content

Commit

Permalink
7
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRedHatter authored Apr 23, 2024
1 parent e5752ee commit b95060a
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'


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

sonar {
properties {
property "sonar.projectKey", "TheRedHatter_hello-world"
property "sonar.organization", "theredhatter"
property "sonar.host.url", "https://sonarcloud.io"
}
}

android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
Expand All @@ -41,7 +28,17 @@ android {
}

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

sonar {
properties {
property "sonar.projectKey", "TheRedHatter_hello-world"
property "sonar.organization", "theredhatter"
property "sonar.host.url", "https://sonarcloud.io"
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down

0 comments on commit b95060a

Please sign in to comment.