We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a9b813 + 4debcf7 commit 4252844Copy full SHA for 4252844
scripts/ReleasePlugin.groovy
@@ -436,6 +436,8 @@ boolean isPluginNotInRepository() {
436
// Now check whether the plugin is in the repository.
437
// If not, we ask the user whether they want to import it.
438
SVNRepository repos = SVNRepositoryFactory.create(SVNURL.parseURIDecoded(pluginSVN))
439
+ if(authManager != null)
440
+ repos.authenticationManager = authManager
441
boolean notInRepository = true
442
try {
443
notInRepository = !repos.info("grails-$pluginName", -1)
0 commit comments