We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83994c8 commit 3697c9cCopy full SHA for 3697c9c
2 files changed
.github/workflows/release-and-publish.yml
@@ -46,4 +46,4 @@ jobs:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
48
- name: Publish to Maven Central and GitHub Packages
49
- run: ./gradlew publishAllPublicationsToCentralPortalRepository publishAllPublicationsToGitHubPackagesRepository --stacktrace
+ run: ./gradlew publishToMavenCentral publishAllPublicationsToGitHubPackagesRepository --stacktrace
gradle.properties
@@ -1,4 +1,4 @@
1
kotlin.code.style=official
2
group=io.github.eventhorizonlab
3
-baseVersion=0.1.9
+baseVersion=0.1.10
4
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
0 commit comments