Skip to content

Commit bfe2974

Browse files
authored
fix: Update package group
1 parent 77655c5 commit bfe2974

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
@@ -8,7 +8,7 @@ plugins {
88

99
mainClassName = 'main.Main'
1010

11-
group 'com.cloudquery'
11+
group 'io.cloudquery'
1212
// x-release-please-start-version
1313
version = '0.0.4'
1414
// x-release-please-end
@@ -79,4 +79,4 @@ publishing {
7979
from(components.java)
8080
}
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)