Skip to content
Snippets Groups Projects
Commit fe84c959 authored by birkhoff's avatar birkhoff
Browse files

collectDependencies won't trigger gradle eclipse anymore

parent 70109004
No related branches found
No related tags found
No related merge requests found
...@@ -146,12 +146,15 @@ subprojects { ...@@ -146,12 +146,15 @@ subprojects {
} }
///// Copy Dependencies into subprojects DependencyFolder ///// ///// Copy Dependencies into subprojects DependencyFolder /////
task collectDependencies(type: Copy , dependsOn: ['eclipse']){ task collectDependencies(type: Copy){
from configurations.compile from configurations.compile
into "${dependencyFolder}" into "${dependencyFolder}"
}
eclipse { eclipse {
classpath { classpath {
...@@ -163,7 +166,6 @@ subprojects { ...@@ -163,7 +166,6 @@ subprojects {
downloadJavadoc = false downloadJavadoc = false
} }
} }
}
//////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////
task deploy() <<{ task deploy() <<{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment