Skip to content

Commit

Permalink
Apply convention plugin to all gradle projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Legion2 committed Mar 25, 2024
1 parent 2465b6c commit 354277b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
`java-library`
jacoco
`maven-publish`
signing

kotlin("jvm") version "1.9.22"
id("org.jetbrains.dokka") version "1.9.20"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ nexusPublishing {
}
}

subprojects {
allprojects {
apply(plugin = "org.jetbrains.dokka")
apply(plugin = "maven-publish")
apply(plugin = "signing")
Expand Down

0 comments on commit 354277b

Please sign in to comment.