Skip to content

Commit

Permalink
move comment to task that creates build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Jun 25, 2024
1 parent 26f7c2f commit 3b3edda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trigger-java-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
}
group = 'io.github.kevaundray.dummy'
version = '0.0.4'
version = '0.0.5'
java {
withJavadocJar()
Expand Down Expand Up @@ -115,6 +115,8 @@ jobs:
}
}
# TODO: Find out why jreleaser does not just create this
# Directory.
tasks.register('createJReleaserOutputDir') {
doLast {
mkdir 'build/jreleaser'
Expand All @@ -127,8 +129,6 @@ jobs:
# Initialize Gradle wrapper
gradle wrapper
# TODO: Find out why jreleaser does not just create this
# Directory.
- name: Publish dummy package to Maven Central
env:
JRELEASER_MAVENCENTRAL_USERNAME: ${{ secrets.CENTRAL_PORTAL_TOKEN_USERNAME }}
Expand Down

0 comments on commit 3b3edda

Please sign in to comment.