Skip to content

Commit

Permalink
[medly#29] do not publish/configure plugin project like another projects
Browse files Browse the repository at this point in the history
  • Loading branch information
kdabir authored and ashwini-desai committed Sep 18, 2020
1 parent b1b9645 commit 0649d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id "com.kdabir.mksrc" version "1.1.0"
}

subprojects {
configure(subprojects.findAll {it.name != 'plugin'}) {
apply plugin: 'org.jetbrains.kotlin.jvm'
apply plugin: 'org.jetbrains.kotlin.kapt'
apply plugin: "com.kdabir.mksrc"
Expand Down

0 comments on commit 0649d2f

Please sign in to comment.