Skip to content

Commit 1d8efce

Browse files
committed
update build.gradle.kts
1 parent 5aba2a5 commit 1d8efce

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/build.gradle.kts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
plugins {
22
id("com.github.ben-manes.versions") version "0.53.0"
3+
id("org.sonarqube") version "7.0.1.6134"
34
application
5+
checkstyle
46
}
57

68
group = "hexlet.code"
@@ -22,4 +24,11 @@ tasks.test {
2224

2325
application {
2426
mainClass = "hexlet.code.App";
27+
}
28+
29+
sonar {
30+
properties {
31+
property("sonar.projectKey", "TlesovIvan_java-project-61")
32+
property("sonar.organization", "tlesovivan")
33+
}
2534
}

0 commit comments

Comments
 (0)