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 f5124ba commit 635228dCopy full SHA for 635228d
.github/workflows/publish-release.yml
@@ -56,6 +56,9 @@ jobs:
56
-Porg.gradle.jvmargs="-Xmx8G -XX:MaxPermSize=2g -Dfile.encoding=UTF-8"
57
-Porg.gradle.workers.max=16
58
-Porg.gradle.parallel=true
59
+ -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}
60
+ -Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
61
+
62
63
create-release:
64
name: Create release
buildSrc/src/main/kotlin/IProject.kt
@@ -1,5 +1,5 @@
1
object IProject {
2
- const val VERSION = "0.0.2"
+ const val VERSION = "0.0.3"
3
const val GROUP = "love.forte.plugin.suspend-transform"
4
const val DESCRIPTION = "Generate platform-compatible functions for Kotlin suspend functions"
5
0 commit comments