File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ version = project.property("version") as String
28
28
java {
29
29
withSourcesJar()
30
30
withJavadocJar()
31
- sourceCompatibility = JavaVersion .VERSION_11
31
+ sourceCompatibility = JavaVersion .VERSION_17
32
32
}
33
33
34
34
val aar by configurations.creating
@@ -62,12 +62,12 @@ tasks {
62
62
compileKotlin {
63
63
dependsOn(extractClasses)
64
64
kotlinOptions {
65
- jvmTarget = JavaVersion .VERSION_11 .toString()
65
+ jvmTarget = JavaVersion .VERSION_17 .toString()
66
66
}
67
67
}
68
68
compileTestKotlin {
69
69
kotlinOptions {
70
- jvmTarget = JavaVersion .VERSION_11 .toString()
70
+ jvmTarget = JavaVersion .VERSION_17 .toString()
71
71
}
72
72
}
73
73
withType<Sign >().configureEach {
Original file line number Diff line number Diff line change 1
- version =0.4.0
1
+ version =0.4.1
You can’t perform that action at this time.
0 commit comments