Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlatrifork committed Nov 24, 2023
1 parent 255f81b commit a53887f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kotlin-data-wedge-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

val libraryGroupId = "dk.gls"
val libraryArtifactId = "kotlin-data-wedge"
val libraryVersion = "0.0.3"
val libraryVersion = "0.0.3-test"

android {
namespace = "dk.gls.kdw"
Expand All @@ -27,8 +27,8 @@ android {
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_14
targetCompatibility = JavaVersion.VERSION_14
}
testOptions {
unitTests {
Expand All @@ -38,7 +38,7 @@ android {
}

kotlin {
jvmToolchain(17)
jvmToolchain(14)
}


Expand Down

0 comments on commit a53887f

Please sign in to comment.