Skip to content

Commit

Permalink
Merge pull request #13 in ANDROID/workflow from zachklipp/maven-publi…
Browse files Browse the repository at this point in the history
…sh-optin to master

* commit 'e08ee5c1f41c5d262360e604ed3034dd943546a2':
  Move the gradle-maven-publish-plugin to individual modules' build.gradle so we can add modules that shouldn't to be published.
  • Loading branch information
rjrjr committed Nov 30, 2018
2 parents 3ee2df8 + 58d7202 commit dae10e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ subprojects {

// Static analysis
apply plugin: "org.jlleitschuh.gradle.ktlint"
apply plugin: "com.vanniktech.maven.publish"

apply plugin: "io.gitlab.arturbosch.detekt"
afterEvaluate {
Expand Down
1 change: 1 addition & 0 deletions workflow-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'java-library'
apply plugin: 'kotlin'
apply plugin: 'com.vanniktech.maven.publish'

sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
Expand Down
1 change: 1 addition & 0 deletions workflow-rx2/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'java-library'
apply plugin: 'kotlin'
apply plugin: 'com.vanniktech.maven.publish'

sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
Expand Down

0 comments on commit dae10e6

Please sign in to comment.