Skip to content

Commit

Permalink
Publish BOM using Artifactory Gradle plugin (reactor#678)
Browse files Browse the repository at this point in the history
This commit applies the Artifactory Gradle plugin and configures it to
publish the generated BOM.

See other commits in reactor#678, see reactor#677.
  • Loading branch information
bclozel authored and simonbasle committed Oct 18, 2019
1 parent 9f53976 commit 147e07b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
plugins {
id "java-platform"
id "maven-publish"
id "com.jfrog.artifactory" version '4.9.8'
}

group = 'io.projectreactor'
Expand Down Expand Up @@ -131,3 +132,7 @@ publishing {
}
}
}
artifactoryPublish {
publications(publishing.publications.mavenJava)
}

0 comments on commit 147e07b

Please sign in to comment.