Skip to content

Commit

Permalink
[ci skip] chore(jitpack): bump jdk version to 21 (#4243)
Browse files Browse the repository at this point in the history
* chore(jitpack): bump jdk version to 21

* chore: trigger ci

* feat: setup maven
  • Loading branch information
ybw0014 authored Sep 16, 2024
1 parent 4e46546 commit e02a0f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
before_install:
- sdk install java 17.0.1-open
- sdk use java 17.0.1-open
- sdk install java 21.0.2-open
- sdk use java 21.0.2-open
- sdk install maven

jdk:
- openjdk17
- openjdk21
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ public String toJSON() {
return new GsonBuilder().create().toJson(data);
}

}
}

0 comments on commit e02a0f6

Please sign in to comment.