Skip to content

Commit

Permalink
Specify Open JDK 17 in JitPack config
Browse files Browse the repository at this point in the history
  • Loading branch information
jocmp committed Aug 21, 2023
1 parent 1b8f14b commit 1577979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jdk:
- openjdk11
- openjdk17
2 changes: 1 addition & 1 deletion swiper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ afterEvaluate {
create<MavenPublication>("release") {
groupId = "moe.tlaster"
artifactId = "swiper"
version = "0.7.0"
version = "0.7.1"

from(components["release"])
}
Expand Down

0 comments on commit 1577979

Please sign in to comment.