Skip to content

Commit

Permalink
add publish verification to pluginBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Dec 6, 2018
1 parent d7d66a2 commit a92f47c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,13 @@ pluginBundle {
tags = ['nebula', 'publish', 'ivy']
}

publishVerification {
id = 'nebula.publish-verification'
displayName = 'Nebula Publish Verification Plugin'
description = 'Verifies a nebula publication'
tags = ['nebula', 'publish']
}

compileApi {
id = 'nebula.compile-api'
displayName = 'Nebula compileApi Scope Plugin'
Expand Down

0 comments on commit a92f47c

Please sign in to comment.