File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ target ( "default" : "Installs a plug-in for the given URL or name and version")
4646 depends(checkVersion)
4747
4848 installPlugin()
49- compile()
5049}
5150
5251target(cachePlugin :" Implementation target" ) {
@@ -151,6 +150,8 @@ target(installPlugin:"Implementation target") {
151150 includeTargets << instrumentedInstallScript
152151 }
153152 def providedScripts = resolveResources(" file:${ pluginsBase} /${ fullPluginName} /scripts/*.groovy" ). findAll { ! it. filename. startsWith(' _' )}
153+ event(" StatusUpdate" , [ " Compiling plugin ${ fullPluginName} ..." ])
154+ compile()
154155 event(" StatusFinal" , [ " Plugin ${ fullPluginName} installed" ])
155156 if (providedScripts) {
156157 println " Plug-in provides the following new scripts:"
You can’t perform that action at this time.
0 commit comments