Skip to content

Commit

Permalink
switching to nebula
Browse files Browse the repository at this point in the history
  • Loading branch information
manos committed Nov 13, 2018
1 parent 884f99e commit 6635a30
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ buildscript {
classpath "com.netflix.nebula:nebula-publishing-plugin:8.1.0"
classpath "com.netflix.nebula:nebula-release-plugin:6.3.5"
classpath "com.netflix.nebula:nebula-bintray-plugin:3.5.2"
// to remove annoying msg: "Please upgrade com.jfrog.artifactory (org.jfrog.buildinfo:build-info-extractor-gradle:) to version 4.6.0 or above"
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.7.3"
}
}

Expand All @@ -84,9 +86,6 @@ apply plugin: 'org.jetbrains.dokka'

allprojects {

apply plugin: "nebula.maven-publish"
apply plugin: "nebula.javadoc-jar"
apply plugin: "nebula.source-jar"


repositories {
Expand All @@ -112,6 +111,9 @@ repositories {
maven { url 'https://ci-artifactory.corda.r3cev.com/artifactory/corda-releases' }
}

apply plugin: "nebula.maven-publish"
apply plugin: "nebula.javadoc-jar"
apply plugin: "nebula.source-jar"
apply plugin: "nebula.nebula-bintray-publishing"

bintray {
Expand Down

0 comments on commit 6635a30

Please sign in to comment.