Explorar o código

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 %!s(int64=8) %!d(string=hai) anos
pai
achega
8437d0fea3
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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 {