Skip to content

Commit

Permalink
Formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
pledbrook committed Jan 21, 2011
1 parent b26ce7f commit e38c6f9
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -175,11 +175,12 @@ class PluginService {
}
// give an initial release date of now
master.lastReleased = new Date()
if(!master.groupId) {
master.groupId = "org.grails.plugins"
}
// so we need to save the master first to get its id
if (!master.groupId) {
master.groupId = "org.grails.plugins"
}

// so we need to save the master first to get its id
//
// save new master plugin
if (!master.save()) {
log.error "Could not save master plugin: $master.name ($master.title), version $master.currentRelease"
Expand Down

0 comments on commit e38c6f9

Please sign in to comment.