瀏覽代碼

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.
Rob Winch 8 年之前
父節點
當前提交
8437d0fea3
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      build.gradle

+ 0 - 1
build.gradle

@@ -39,7 +39,6 @@ allprojects {
 	maven { url "http://repo.terracotta.org/maven2/" }
 	}
 
-	eclipse.project.name = "${project.name}-4.1.x"
 }
 
 sonarqube {