Skip to content

Commit 769628b

Browse files
authored
fix: removed unnecessary semicolon from build.gradle (#3657)
Signed-off-by: Adithya Kokkirala <[email protected]>
1 parent bafe717 commit 769628b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: gradle-plugin/it/src/it/well-known-labels/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
mavenCentral()
2626
}
2727

28-
def allProperties = new Properties();
28+
def allProperties = new Properties()
2929
allProperties.put("team","via-resource-groovy-dsl-labels-all")
3030
allProperties.put("language", "via-resource-groovy-dsl-labels-all")
3131
allProperties.put("provider", "via-resource-groovy-dsl-labels-all")

0 commit comments

Comments
 (0)