Skip to content

Commit

Permalink
Setup convention-plugins correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Legion2 committed Mar 25, 2024
1 parent fcccadd commit 2465b6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
with:
job-id: jdk8-build-test
arguments: >-
publishMavenPublicationToMavenLocal --max-workers 1 closeAndReleaseSonatypeStagingRepository
publishAllPublicationsToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
properties: |
releaseVersion=${{ steps.tagName.outputs.tag }}
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ plugins {
id("org.jetbrains.dokka") version "1.9.20"

id("org.jmailen.kotlinter") version "4.3.0"

id("convention.publication")
}


Expand Down
2 changes: 2 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
rootProject.name = "typescriptpoet"

includeBuild("convention-plugins")

0 comments on commit 2465b6c

Please sign in to comment.