Repository: groovy Updated Branches: refs/heads/master 6756285f6 -> 87934f43d
Fix the failing build Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/87934f43 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/87934f43 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/87934f43 Branch: refs/heads/master Commit: 87934f43df60f81bec95c6818a55ac677a482757 Parents: 6756285 Author: Daniel Sun <[email protected]> Authored: Sun Aug 12 19:33:41 2018 +0800 Committer: Daniel Sun <[email protected]> Committed: Sun Aug 12 19:33:41 2018 +0800 ---------------------------------------------------------------------- src/main/groovy/groovy/grape/GrapeIvy.groovy | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/87934f43/src/main/groovy/groovy/grape/GrapeIvy.groovy ---------------------------------------------------------------------- diff --git a/src/main/groovy/groovy/grape/GrapeIvy.groovy b/src/main/groovy/groovy/grape/GrapeIvy.groovy index 43d639e..bc8b3f7 100644 --- a/src/main/groovy/groovy/grape/GrapeIvy.groovy +++ b/src/main/groovy/groovy/grape/GrapeIvy.groovy @@ -410,7 +410,6 @@ class GrapeIvy implements GrapeEngine { } } - @CompileStatic ResolveReport getDependencies(Map args, IvyGrabRecord... grabRecords) { ResolutionCacheManager cacheManager = ivyInstance.resolutionCacheManager
