software.integration.hub-gradle-plugin.5.0.2.source-code.init.gradle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hub-gradle-plugin Show documentation
Show all versions of hub-gradle-plugin Show documentation
Black Duck Hub Gradle Plugin
The newest version!
initscript {
repositories { mavenCentral() }
dependencies { classpath 'com.blackducksoftware.integration:hub-gradle-plugin:+' }
}
rootProject {
apply plugin: com.blackducksoftware.integration.gradle.HubGradlePlugin
}