Skip to content

Commit 4252844

Browse files
Merge branch 'master' of github.com:grails/grails-core
2 parents 4a9b813 + 4debcf7 commit 4252844

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ReleasePlugin.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,8 @@ boolean isPluginNotInRepository() {
436436
// Now check whether the plugin is in the repository.
437437
// If not, we ask the user whether they want to import it.
438438
SVNRepository repos = SVNRepositoryFactory.create(SVNURL.parseURIDecoded(pluginSVN))
439+
if(authManager != null)
440+
repos.authenticationManager = authManager
439441
boolean notInRepository = true
440442
try {
441443
notInRepository = !repos.info("grails-$pluginName", -1)

0 commit comments

Comments
 (0)