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 e4802b8 commit 0a28651Copy full SHA for 0a28651
.github/actions/build/action.yml
@@ -63,6 +63,7 @@ runs:
63
echo systemProp.org.gradle.java.installations.paths=${{ format('$JAVA_HOME_{0}_X64', inputs.java-version) }} >> $HOME/.gradle/gradle.properties
64
- name: Build
65
if: ${{ !inputs.publish }}
66
+ shell: bash
67
env:
68
GRADLE_ENTERPRISE_URL: 'https://ge.spring.io'
69
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ inputs.gradle-enterprise-secret-access-key }}
@@ -71,6 +72,7 @@ runs:
71
72
run: ./gradlew build
73
- name: Build and Publish
74
if: ${{ inputs.publish }}
75
76
77
78
0 commit comments