1
0
mirror of synced 2026-07-19 17:45:11 +00:00

Eclipse Project names include 3.0.x suffix

This commit is contained in:
Rob Winch
2012-10-02 12:05:18 -05:00
parent 4f993d95b5
commit 95d0e08059
+6 -3
View File
@@ -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