Skip to content

Commit 757ec9f

Browse files
committed
fix: remove unnecessary semicolon in build.gradle
Signed-off-by: Adithya Kokkirala <[email protected]>
1 parent bafe717 commit 757ec9f

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)