From 9c8b55d6c9380fb8c25b2c564e676039fd9a1d74 Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Wed, 17 May 2023 10:37:08 +0200 Subject: [PATCH] Remove Gradle tycho task, which duplicates install --- tycho_build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tycho_build.gradle b/tycho_build.gradle index d83cbf5c..f790de02 100644 --- a/tycho_build.gradle +++ b/tycho_build.gradle @@ -521,11 +521,6 @@ task completeInstall(dependsOn: [subprojects.collectDependencies, createPoms], t commandLine 'mvn', 'install', '-f', workspacePath + parentID + '/pom.xml' } -task tycho(dependsOn: [createPoms], type: Exec) { - description = "\tExecutes a 'mvn install' of the parent pom.xml and auto-generates Tycho Poms" - commandLine 'mvn', 'install', '-f', workspacePath + parentID + '/pom.xml' -} - // --- Defining Tycho POM parts -- // -- GitLab