Skip to content

Commit 95f5eee

Browse files
committed
Add gradle plugin group
1 parent 72ddfe0 commit 95f5eee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ plugins {
88
id("com.diffplug.spotless") version "6.10.0"
99
}
1010

11+
group = "org.jsonschema2dataclass"
1112
version = gitVersion(project)
1213

1314
repositories {

0 commit comments

Comments
 (0)