Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Minor improvement in build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
tlinkowski committed Oct 5, 2019
1 parent 09c4e40 commit b2ff1d6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions build.gradle.kts
Expand Up @@ -42,13 +42,11 @@ config {
}

subprojects {
apply {
// https://docs.gradle.org/current/userguide/java_library_plugin.html
plugin(JavaLibraryPlugin::class)
// https://docs.gradle.org/current/userguide/java_library_plugin.html
apply<JavaLibraryPlugin>()

// https://github.com/melix/jmh-gradle-plugin
plugin(JMHPlugin::class)
}
// https://github.com/melix/jmh-gradle-plugin
apply<JMHPlugin>()

//region CONFIGURATION PROPERTIES
val api by configurations
Expand Down

0 comments on commit b2ff1d6

Please sign in to comment.