Skip to content

Commit

Permalink
feat!: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Oct 7, 2024
1 parent 471d822 commit ffff772
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 19
java-version: 21

- name: Build artifact and site
run: |
Expand Down
68 changes: 67 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,70 @@ $RECYCLE.BIN/



replay_pid*
replay_pid*
# Created by https://www.toptal.com/developers/gitignore/api/Java,Maven,Windows,Linux,IntelliJ,Eclipse
# Edit at https://www.toptal.com/developers/gitignore?templates=Java,Maven,Windows,Linux,IntelliJ,Eclipse































































# End of https://www.toptal.com/developers/gitignore/api/Java,Maven,Windows,Linux,IntelliJ,Eclipse
4 changes: 2 additions & 2 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
jdk:
- openjdk19
- openjdk21

before_install: |
source ~/.sdkman/bin/sdkman-init.sh
sdk install java 19-open
sdk install java 21-open
source ~/.sdkman/bin/sdkman-init.sh
install: |
Expand Down
2 changes: 1 addition & 1 deletion src/project/java/kiss/Project.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class Project extends bee.api.Project {
- Refactoring safety
""");

require(SourceVersion.RELEASE_21, SourceVersion.RELEASE_21);
require(SourceVersion.RELEASE_21, SourceVersion.RELEASE_17);

require("com.github.teletha", "antibug").atTest();
require("com.pgs-soft", "HttpClientMock").atTest();
Expand Down

0 comments on commit ffff772

Please sign in to comment.