Skip to content

Commit 0409cee

Browse files
committed
chore: enable debug mode for jreleaser workflow and import JReleaserSignTask in build script
1 parent b16db7e commit 0409cee

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/jreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: gradle/actions/setup-gradle@v5.0.0
3333
with:
3434
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
35-
- run: ./gradlew jreleaserFullRelease --deployer github --no-configuration-cache --scan
35+
- run: ./gradlew jreleaserFullRelease --deployer github --debug --no-configuration-cache --scan
3636
env:
3737
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ publicationLegal {
3838
inceptionYear.set(2025)
3939
spdxLicenseIdentifiers.add("Apache-2.0")
4040
}
41-
4241
jreleaser {
4342
release {
4443
github {

0 commit comments

Comments
 (0)