Skip to content

Commit bbad33a

Browse files
committed
Fix groupId name for Maven tasks
1 parent 9085be3 commit bbad33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version=2.0.0-SNAPSHOT
33
# end::version[]
44

5-
group = 'org.aim42.htmlSanityCheck'
5+
group = org.aim42.htmlSanityCheck
66

77
org.gradle.jvmargs=-Xmx2G
88
org.gradle.parallel=true

0 commit comments

Comments
 (0)