We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d4b28 commit 0bbdb2cCopy full SHA for 0bbdb2c
.github/workflows/publish_on_tag.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build and publish with Gradle
27
uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021
28
with:
29
- arguments: --no-daemon -i jreleaserConfig build test publish
+ arguments: --no-daemon --stacktrace -i jreleaserConfig build test publish
30
env:
31
JRELEASER_GPG_SECRET_KEY: ${{ secrets.JRELEASER_GPG_SECRET_KEY }}
32
JRELEASER_GPG_PASSPHRASE: ${{ secrets.JRELEASER_GPG_PASSPHRASE }}
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
}
11
12
group = "io.github.froks"
13
-version = "0.3.1"
+version = "0.4.0"
14
15
repositories {
16
mavenLocal()
0 commit comments