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 fd9c82e commit c0e6657Copy full SHA for c0e6657
.github/workflows/build.yml
@@ -0,0 +1,14 @@
1
+name: Gradle Check
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request_target:
8
+ types: [ opened, synchronize ]
9
10
+jobs:
11
+ build:
12
+ uses: sava-software/sava-build/.github/workflows/build.yml@main
13
+ secrets:
14
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
- run: printf "org.gradle.java.home=%s" "$JAVA_HOME" > gradle.properties
59
if: ${{ vars.GRADLE_JAVA_VERSION == steps.java-version.outputs.java-version }}
60
61
- - name: Github Packages
+ - name: Publish Packages
62
run: |
63
printf "\norg.gradle.java.installations.paths=%s" "$JAVA_HOME" >> gradle.properties
64
java --version
0 commit comments