瀏覽代碼

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