Skip to content

Commit

Permalink
Merge pull request #73 from rnc/master
Browse files Browse the repository at this point in the history
Add publishPlugins
  • Loading branch information
geoand authored May 29, 2019
2 parents 6e66c35 + c638883 commit fe0d870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {

apply(plugin = "net.researchgate.release")

tasks.afterReleaseBuild { dependsOn(":analyzer:publish", ":manipulation:publish") }
tasks.afterReleaseBuild { dependsOn(":analyzer:publish", ":manipulation:publish", ":analyzer:publishPlugins", ":manipulation:publishPlugins") }

allprojects {
repositories {
Expand Down

0 comments on commit fe0d870

Please sign in to comment.