Skip to content

Commit

Permalink
Set publishing pom name
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jun 16, 2023
1 parent 6f7aa7a commit 4b0fe73
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ jobs:
java-version: 17
- uses: gradle/gradle-build-action@v2
with:
arguments: :clikt:assemble publish --stacktrace -PinferVersion=true
arguments: |
:clikt:assemble
:clikt:publish
--stacktrace -PinferVersion=true
env:
# configureondemand=false to work around KT-51763
Expand Down
2 changes: 2 additions & 0 deletions clikt/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
POM_ARTIFACT_ID=clikt
POM_NAME=Clikt
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencyResolutionManagement {
}
versionCatalogs {
create("libs") {
version("kotlin", "1.8.21")
version("kotlin", "1.8.22")

plugin("dokka", "org.jetbrains.dokka").version("1.8.10")
plugin("publish", "com.vanniktech.maven.publish").version("0.25.2")
Expand Down

0 comments on commit 4b0fe73

Please sign in to comment.