Skip to content

Commit

Permalink
fix bundled plugin lookalike
Browse files Browse the repository at this point in the history
  • Loading branch information
Ric Klaren committed Jun 6, 2016
1 parent 3ff81dd commit 38d12e9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions deployit-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// bundled plugin like
//apply plugin: 'deployit-plugin'
//apply plugin: 'document-generator'
apply plugin: "java"
apply plugin: "xebialabs.artifact"
apply plugin: "xebialabs.plugin-bundle"
apply plugin: "xebialabs.document-generator"

xlPlugin {
extension = 'xldp'
}

0 comments on commit 38d12e9

Please sign in to comment.