Skip to content
Snippets Groups Projects
Verified Commit 239a87bc authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Release 1.0.1: Add compatibility with Java 8-14

parent 3461d859
Branches
Tags
No related merge requests found
Pipeline #612 passed
......@@ -57,3 +57,9 @@ tasks.withType<KotlinCompile> {
)
}
}
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(8))
}
}
......@@ -2,7 +2,7 @@ kotlin.code.style=official
junit5Version=5.6.0
GROUP=de.justjanne
VERSION_NAME=1.0.0
VERSION_NAME=1.0.1
POM_ARTIFACT_ID=kotlin-bitflags
POM_NAME=kotlin-bitflags
POM_DESCRIPTION=Simple Bitflags for Kotlin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment