Skip to content

Instantly share code, notes, and snippets.

@uteke
Created May 27, 2023 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uteke/7958a62bb5ff6c1bf2388f1db4f5df4e to your computer and use it in GitHub Desktop.
Save uteke/7958a62bb5ff6c1bf2388f1db4f5df4e to your computer and use it in GitHub Desktop.
Kotlin library module convention plugin
plugins {
`java-library`
kotlin("jvm")
}
kotlin {
jvmToolchain(jdkVersion = 11)
}
task("testUnitTest") {
dependsOn("test")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment