Skip to content

Commit 04923ec

Browse files
authored
Merge pull request #8 from build-extensions-oss/correct-publication
fix publishing
2 parents f246bda + 4f3bdb3 commit 04923ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Build and publish the project by simply running the command line
4545
- name: Publish the project
46-
run: /gradlew publishToMavenCentral --stacktrace
46+
run: ./gradlew publishToMavenCentral --stacktrace
4747
env:
4848
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
4949
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}

buildSrc/src/main/kotlin/kotlin-convention.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55
`java-library`
66
kotlin("jvm")
77
id("dependencies-lock")
8+
id("dependencies-publishing")
89
}
910

1011
repositories {

0 commit comments

Comments
 (0)