Skip to content

Commit

Permalink
Support kotlin notation in releaseManagement section
Browse files Browse the repository at this point in the history
  • Loading branch information
qu0d committed Feb 7, 2024
1 parent 72bf6f1 commit 1b99c9a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ class ReleaseManagementDependenciesExtension {
releaseDependenciesClosure.call()
}

def component(Map componentMap) {
releaseDependenciesConfiguration.component(componentMap)
}

def getReleaseDependenciesConfiguration() {
return releaseDependenciesConfiguration
}
Expand Down

0 comments on commit 1b99c9a

Please sign in to comment.