Skip to content

Commit d523617

Browse files
authored
Add publishConfig for GitHub package publishing
1 parent 39ccbe8 commit d523617

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,7 @@ java {
8383
withJavadocJar()
8484
}
8585

86+
publishConfig {
87+
githubOwner = "Traqueur-dev"
88+
useRootProjectName = true
89+
}

0 commit comments

Comments
 (0)