Skip to content

Commit

Permalink
Merge pull request Tlaster#3 from jocmp/master
Browse files Browse the repository at this point in the history
Specify Open JDK 17 in JitPack config
  • Loading branch information
Tlaster authored Aug 21, 2023
2 parents 1b8f14b + 1577979 commit ef5da82
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 ef5da82

Please sign in to comment.