Skip to content

Commit

Permalink
Fix publication name
Browse files Browse the repository at this point in the history
  • Loading branch information
rspieldenner committed Aug 12, 2015
1 parent fc3acc4 commit 00ab3d8
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 @@ -82,6 +82,11 @@ pluginBundle {
}
}

// while using 2.2.x branch of nebula-bintray-plugin, and 3.x of nebula-publishing-plugin need to configure publication
bintray {
publications = ['nebula']
}

// Wire up build and publishing process
project.tasks.getByName('verifyReleaseStatus').actions.clear()
project.tasks.getByName('verifySnapshotStatus').actions.clear()
Expand Down

0 comments on commit 00ab3d8

Please sign in to comment.