Skip to content

Commit

Permalink
temporary - don't add exportDependenciesToTeamcity
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinitself committed Jun 13, 2024
1 parent dbf706e commit 164d6a6
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ class ReleaseManagementGradlePlugin implements Plugin<Project> {
@Override
void apply(Project project) {

LOGGER.debug("Appling release management plugin to the project $project")

if (project.getTasksByName("exportDependenciesToTeamcity", false).empty) {
project.task("exportDependenciesToTeamcity", type: ExportDependenciesToTeamcityTask)
}
// LOGGER.debug("Appling release management plugin to the project $project")
//
// if (project.getTasksByName("exportDependenciesToTeamcity", false).empty) {
// project.task("exportDependenciesToTeamcity", type: ExportDependenciesToTeamcityTask)
// }

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

0 comments on commit 164d6a6

Please sign in to comment.