We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686901a commit b1799b4Copy full SHA for b1799b4
2 files changed
.github/workflows/release-beta.yml
@@ -28,4 +28,4 @@ jobs:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
RELEASE_TARGET: ${{ github.sha }}
30
PRERELEASE: true
31
- run: ./gradlew --no-daemon build githubRelease
+ run: ./gradlew --no-daemon :source-managers:build build githubRelease
.github/workflows/release.yml
@@ -37,4 +37,4 @@ jobs:
37
PASSWORD: ${{ secrets.M2_PASS }}
38
# just use master
39
RELEASE_TARGET: master
40
- run: ./gradlew --no-daemon build publish githubRelease -x test
+ run: ./gradlew --no-daemon :source-managers:build build publish githubRelease -x test
0 commit comments