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
2828java {
2929 withSourcesJar()
3030 withJavadocJar()
31- sourceCompatibility = JavaVersion .VERSION_11
31+ sourceCompatibility = JavaVersion .VERSION_17
3232}
3333
3434val aar by configurations.creating
@@ -62,12 +62,12 @@ tasks {
6262 compileKotlin {
6363 dependsOn(extractClasses)
6464 kotlinOptions {
65- jvmTarget = JavaVersion .VERSION_11 .toString()
65+ jvmTarget = JavaVersion .VERSION_17 .toString()
6666 }
6767 }
6868 compileTestKotlin {
6969 kotlinOptions {
70- jvmTarget = JavaVersion .VERSION_11 .toString()
70+ jvmTarget = JavaVersion .VERSION_17 .toString()
7171 }
7272 }
7373 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