Skip to content

Commit

Permalink
Add release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
leomillon committed Jan 3, 2019
1 parent f91de65 commit 0b2b19a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import net.researchgate.release.ReleaseExtension
import net.researchgate.release.ReleasePlugin

plugins {
base
kotlin("jvm") version "1.3.10" apply false
id("net.researchgate.release") version "2.6.0"
}

allprojects {
Expand Down Expand Up @@ -28,6 +32,7 @@ allprojects {
subprojects {

apply<MavenPublishPlugin>()
apply<ReleasePlugin>()

configure<PublishingExtension> {
publications {
Expand Down

0 comments on commit 0b2b19a

Please sign in to comment.