Skip to content

Commit

Permalink
subprj rollback 2
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinitself committed May 27, 2024
1 parent e2292b4 commit c5716ed
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ class ReleaseManagementGradlePlugin implements Plugin<Project> {
project.task("exportDependenciesToTeamcity", type: ExportDependenciesToTeamcityTask)
}

if (!project.rootProject.extensions.findByName("releaseManagement")) {
project.rootProject.extensions.create("releaseManagement", ReleaseManagementDependenciesExtension)
}

if (project.rootProject.hasProperty(PLUGIN_STATE_PROPERTY)) {
LOGGER.trace("The project $project has been already configured to use release management plugin")
return
Expand Down

0 comments on commit c5716ed

Please sign in to comment.