Skip to content

Commit b139d5f

Browse files
committed
fix artifact id (makes jar name more indicative)
1 parent 620aa8e commit b139d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ publishing {
7474
publications {
7575
maven(MavenPublication) {
7676
groupId = 'io.permit'
77-
artifactId = 'sdk'
77+
artifactId = 'permit-sdk-java'
7878

7979
from components.java
8080

0 commit comments

Comments
 (0)