Skip to content

Commit

Permalink
Back to Java 17 (lts)
Browse files Browse the repository at this point in the history
  • Loading branch information
Newspicel committed Jan 8, 2023
1 parent ad335cf commit c258495
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ val ktlintFormat by tasks.creating(JavaExec::class) {

tasks.withType<KotlinCompile> {
dependsOn(ktlintFormat)
kotlinOptions.jvmTarget = "19"
kotlinOptions.jvmTarget = "17"
kotlinOptions.freeCompilerArgs = listOf("-Xuse-k2")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jdk:
- openjdk19
- openjdk17

0 comments on commit c258495

Please sign in to comment.