Signed-off-by: Stachelbeere1248 <stachelbeere1248@noreply.localhost>
This commit is contained in:
parent
d49ab7de65
commit
de25c54a36
1 changed files with 7 additions and 1 deletions
|
@ -29,4 +29,10 @@ jobs:
|
|||
curl -L "$JRE17_URL" | tar -xz -C "$INSTALL_DIR"
|
||||
|
||||
- name: build
|
||||
run: JDK8=/opt/java/zulu8.84.0.15-ca-jdk8.0.442-linux_x64 JAVA_HOME=/opt/java/zulu17.56.15-ca-jre17.0.14-linux_x64 ./gradlew check
|
||||
run: JDK8=/opt/java/zulu8.84.0.15-ca-jdk8.0.442-linux_x64 JAVA_HOME=/opt/java/zulu17.56.15-ca-jre17.0.14-linux_x64 ./gradlew build
|
||||
|
||||
- name: capture build artifacts
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v3
|
||||
with:
|
||||
name: Artifacts
|
||||
path: 'build/libs'
|
Loading…
Add table
Reference in a new issue