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 d0b3ed4 commit f2eb3eaCopy full SHA for f2eb3ea
.github/workflows/gradle-publish.yml
@@ -40,8 +40,6 @@ jobs:
40
# the publishing section of your build.gradle
41
- name: Stage all artifacts to a local directory (for jreleaser)
42
run: ./gradlew :wal-core:publish
43
- env:
44
- GITHUB_TOKEN: ${{ secrets.TOKEN }}
45
46
# For Jreleaser
47
- name: Publish to Maven Central
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = "io.github.gc-garcol"
10
-version = "1.3.0"
+version = "0.0.1"
11
12
java {
13
withJavadocJar()
0 commit comments