Skip to content

Commit

Permalink
Update build.gradle sonar added
Browse files Browse the repository at this point in the history
  • Loading branch information
OrlovAlexander85 authored Feb 14, 2024
1 parent be3df4f commit 9a1f84b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ buildscript {

plugins {
id "jacoco"
id "org.sonarqube" version "3.5.0.2730”
id "org.sonarqube" version "4.4.1.3373"
}

sonar {
properties {
property "sonar.projectKey", "OrlovAlexander85_Criminal_Intent_2020_a176a826-e6b3-4411-ad90-6aa471b7f2c4"
property "sonar.projectName", "Criminal_Intent_2020"
}
}

jacocoTestReport {
Expand Down

0 comments on commit 9a1f84b

Please sign in to comment.