From 8437d0fea33da6658ba9225e3ee6d131f0480d95 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 24 Oct 2016 18:39:49 -0500 Subject: [PATCH] Remove Eclipse Project Name customization Previously the build specified the major.minor.x as a suffix for the project name. This is now removed since Buildship ignores it. --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index ed7b608102..e2451ca41c 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,6 @@ allprojects { maven { url "http://repo.terracotta.org/maven2/" } } - eclipse.project.name = "${project.name}-4.1.x" } sonarqube {