Skip to content

Commit

Permalink
playing with dependency version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
chedim committed Sep 20, 2024
1 parent 61c1018 commit c056650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ intellij {
tasks {
// Set the JVM compatibility versions
withType<JavaCompile> {
sourceCompatibility = "17"
targetCompatibility = "17"
sourceCompatibility = "21"
targetCompatibility = "21"
}

patchPluginXml {
sinceBuild.set("242.22855.74")
untilBuild.set("246.*")
untilBuild.set("242.*")
}

signPlugin {
Expand Down

0 comments on commit c056650

Please sign in to comment.