Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ProB Rodin Plugin
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
ProB Rodin Plugin
Commits
fe84c959
Commit
fe84c959
authored
Aug 6, 2012
by
birkhoff
Browse files
Options
Downloads
Patches
Plain Diff
collectDependencies won't trigger gradle eclipse anymore
parent
70109004
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tycho_build.gradle
+12
-10
12 additions, 10 deletions
tycho_build.gradle
with
12 additions
and
10 deletions
tycho_build.gradle
+
12
−
10
View file @
fe84c959
...
@@ -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
()
<<{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment