We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2e651 commit e37cea0Copy full SHA for e37cea0
.github/workflows/build-snapshot.yml
@@ -25,4 +25,4 @@ jobs:
25
distribution: 'temurin'
26
java-version: 21
27
- name: Build artifacts
28
- run: ./gradlew build publish
+ run: ./gradlew :assemble :publish
0 commit comments