Skip to content

Commit

Permalink
[medly#29] required publish to maven repo
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 840f911 commit cb36ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id 'org.jetbrains.kotlin.jvm' version '1.3.72' apply false
id 'org.jetbrains.kotlin.kapt' version '1.3.72' apply false
id "com.kdabir.mksrc" version "1.1.0"
id 'maven-publish'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {

id 'groovy-gradle-plugin'
id 'maven-publish'
}

Expand Down

0 comments on commit cb36ebe

Please sign in to comment.