Skip to content

Commit 250d05d

Browse files
committed
Fixed publication artifactId
1 parent ee79852 commit 250d05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ publishing {
3232
publications {
3333
gpr(MavenPublication) {
3434
groupId = 'tech.donau.behaiv'
35-
artifactId = 'behaiv'
35+
artifactId = 'behaiv-java'
3636
version = '0.4.8-alpha'
3737
from(components.java)
3838
}

0 commit comments

Comments
 (0)