Skip to content

Commit c41b6f0

Browse files
committed
Use simple quotes in build script
1 parent 91a4448 commit c41b6f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import java.util.regex.Matcher
1818

1919
plugins {
2020
id 'org.ajoberstar.grgit' version '2.0.1'
21-
id "org.sonarqube" version "2.5"
21+
id 'org.sonarqube' version '2.5'
2222
}
2323

2424
ext.scmInfo = getScmInfo()
@@ -178,7 +178,7 @@ subprojects {
178178

179179
sonarqube {
180180
properties {
181-
property "sonar.exclusions", "**/generated-src/**/*.java"
181+
property 'sonar.exclusions', '**/generated-src/**/*.java'
182182
}
183183
}
184184

0 commit comments

Comments
 (0)