Skip to content

Commit e899c4e

Browse files
authored
Set jvmToolChain to 11 (#12)
1 parent d2ddc08 commit e899c4e

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

library/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ android {
3333
}
3434

3535
namespace 'org.maplibre.android.gestures'
36-
kotlinOptions {
37-
jvmTarget = '17'
38-
}
36+
}
37+
38+
kotlin {
39+
jvmToolchain(11)
3940
}
4041

4142
dependencies {

library/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION_NAME=0.0.1
1+
VERSION_NAME=0.0.2
22
POM_NAME=MapLibre Android Gestures Library

settings.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
plugins {
2+
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
3+
}
4+
15
include ':app', ':library'

0 commit comments

Comments
 (0)