소스 검색

Eclipse Project names include 3.0.x suffix

Rob Winch 13 년 전
부모
커밋
95d0e08059
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 3
      gradle/ide-integration.gradle

+ 6 - 3
gradle/ide-integration.gradle

@@ -1,8 +1,11 @@
-apply plugin: 'idea'
-
-configure(javaProjects) {
+configure(allprojects) {
+    apply plugin: 'idea'
     apply plugin: 'eclipse-wtp'
 
+    eclipse.project.name = "${project.name}-3.0.x"
+}
+
+configure(javaProjects) {
     eclipse.classpath.downloadSources = true
 
     // GRADLE-1116