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 eb6d3fd commit 41ea3d3Copy full SHA for 41ea3d3
.github/workflows/ci-builds.yml
@@ -56,7 +56,7 @@ jobs:
56
uses: gradle/actions/setup-gradle@v4
57
58
- name: Publish
59
- run: ./gradlew :publish
+ run: ./gradlew :publishAllPublicationsToGitHubPackagesRepository
60
env:
61
VERSION: ${{ inputs.version }}
62
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
testmod/build.gradle.kts
@@ -1,5 +1,4 @@
1
import dev.compactmachines.GanderConstants
2
-import gradle.kotlin.dsl.accessors._53f21c2e2286c58eadab8fd2d7f5601a.*
3
import org.slf4j.event.Level
4
5
var envVersion: String = System.getenv("VERSION") ?: "9.9.9"
0 commit comments