Remove global 'clean' from import-into-eclipse.sh
User may already have run `gradle build` successfully. This change ensures that we do not unnecessarily remove these output directories in order to avoid forcing the user to rebuild.
This commit is contained in:
@@ -27,7 +27,7 @@ read
|
||||
# - generates metadata for all subprojects
|
||||
# - skips metadata gen for the root project (-x :eclipse) to work
|
||||
# around Eclipse's inability to import hierarchical project structures
|
||||
COMMAND="./gradlew clean cleanEclipse :spring-oxm:compileTestJava eclipse -x :eclipse"
|
||||
COMMAND="./gradlew cleanEclipse :spring-oxm:compileTestJava eclipse -x :eclipse"
|
||||
|
||||
cat <<EOM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user