Skip to content

Commit

Permalink
Added sources and javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
aartiPl committed Jul 19, 2023
1 parent 4e5fa4d commit cf3964b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ repositories {
mavenCentral()
}

kotlin {
jvmToolchain(11)
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
}

withJavadocJar()
withSourcesJar()
}

testlogger {
Expand Down

0 comments on commit cf3964b

Please sign in to comment.