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

Commit

Permalink
build(style): configure plugin gradle-kotlin-qa for all subprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed Apr 28, 2023
1 parent 23fec8b commit 10c2503
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ plugins {
alias(libs.plugins.taskTree)
}

subprojects {
apply(plugin = "org.danilopianini.gradle-kotlin-qa")
}

buildscript {
repositories {
google()
Expand Down

0 comments on commit 10c2503

Please sign in to comment.