Skip to content

Commit

Permalink
Use jvmToolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Dec 27, 2023
1 parent 015f0d2 commit 486dd62
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions connector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ plugins {
id 'maven-publish'
}

kotlin {
jvmToolchain(17)
}

android {
compileSdk 34
defaultConfig {
Expand All @@ -23,15 +27,6 @@ android {
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}

kotlinOptions {
jvmTarget = '17'
}

buildTypes {
release {
minifyEnabled false
Expand Down

0 comments on commit 486dd62

Please sign in to comment.