Skip to content

Commit 35c28d4

Browse files
committed
up
1 parent 700bd71 commit 35c28d4

File tree

3 files changed

+103
-111
lines changed

3 files changed

+103
-111
lines changed
Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
2-
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven
3-
4-
# This workflow uses actions that are not certified by GitHub.
5-
# They are provided by a third-party and are governed by
6-
# separate terms of service, privacy policy, and support
7-
# documentation.
8-
9-
name: Java CI with Maven
1+
name: Java 22
102

113
env:
124
JAVA_HOME: $HOME/bin/jdk
@@ -35,7 +27,7 @@ jobs:
3527
- name : path
3628
run: echo "$JAVA_HOME/bin" >> $GITHUB_PATH
3729

38-
- name: download the jdk
30+
- name: download the JDK
3931
run: cd $GITHUB_WORKSPACE && ./jdk.sh
4032

4133
- name: "build, you beautiful thing, build!"

0 commit comments

Comments
 (0)