Skip to content

Commit 6c0f559

Browse files
committed
trying to fix auto-release again
1 parent bbb3ee4 commit 6c0f559

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ plugins {
1919
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
2020
}
2121

22+
// package identifier
23+
groupId = 'io.permit'
24+
artifactId = 'permit-sdk-java'
2225
// sets the java package version automatically (looks at the git repo, latest tags, commit hashes, etc)
2326
version gitVersion()
2427

@@ -75,9 +78,6 @@ publishing {
7578

7679
publications {
7780
maven(MavenPublication) {
78-
groupId = 'io.permit'
79-
artifactId = 'permit-sdk-java'
80-
8181
from components.java
8282

8383
pom {

0 commit comments

Comments
 (0)