Skip to content

Commit b0a04c5

Browse files
author
Tim Etchells
committed
remove unecessary gradleCompile goal
1 parent 78f6c25 commit b0a04c5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

dev/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,6 @@ task build {
178178
}
179179
}
180180

181-
task gradleCompile {
182-
doLast {
183-
}
184-
}
185-
186181
task gradleGenerateMDTUpdateSite {
187182
doLast {
188183
}
@@ -196,8 +191,6 @@ build.dependsOn generateOpenMDTUpdateSite
196191
compile.dependsOn downloadEclipseSDK
197192
compile.dependsOn downloadEclipseTargetPlatform
198193

199-
gradleCompile.dependsOn compile
200-
201194
//// build version from the artifacts to avoid version mismatch
202195
import static groovy.io.FileType.FILES
203196

0 commit comments

Comments
 (0)