Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlong committed Mar 19, 2024
1 parent 700bd71 commit 35c28d4
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 111 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/maven.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

name: Java CI with Maven
name: Java 22

env:
JAVA_HOME: $HOME/bin/jdk
Expand Down Expand Up @@ -35,7 +27,7 @@ jobs:
- name : path
run: echo "$JAVA_HOME/bin" >> $GITHUB_PATH

- name: download the jdk
- name: download the JDK
run: cd $GITHUB_WORKSPACE && ./jdk.sh

- name: "build, you beautiful thing, build!"
Expand Down
Loading

0 comments on commit 35c28d4

Please sign in to comment.