Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apply plugin: 'java'
- apply plugin: 'maven-publish'
- apply plugin: 'maven-publish-auth'
- group = 'com.foo.bar
- version = '1.0.0'
- buildscript {
- dependencies {
- classpath rootProject.ext.mavenPublish
- }
- }
- dependencies {
- compile rootProject.ext.findbugs
- }
- apply from: rootProject.file('publishing.gradle')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement