File tree 2 files changed +3
-4
lines changed
src/main/java/de/thetaphi/forbiddenapis/gradle
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 16
16
-->
17
17
<!DOCTYPE ivy-module [
18
18
<!ENTITY maven.version " 2.0" >
19
- <!ENTITY gradle.version " 3.2 " >
19
+ <!ENTITY gradle.version " 3.4 " >
20
20
<!ENTITY asm.version " 9.2" >
21
21
<!ENTITY jarjar.asm.version " 5.2" >
22
22
]>
Original file line number Diff line number Diff line change 39
39
import org .gradle .api .file .FileTree ;
40
40
import org .gradle .api .file .FileTreeElement ;
41
41
import org .gradle .api .specs .Spec ;
42
- import org .gradle .api .tasks .Classpath ;
42
+ import org .gradle .api .tasks .CompileClasspath ;
43
43
import org .gradle .api .tasks .Input ;
44
44
import org .gradle .api .tasks .InputFiles ;
45
45
import org .gradle .api .tasks .Internal ;
@@ -148,8 +148,7 @@ public void setPatternSet(PatternSet patternSet) {
148
148
* A {@link FileCollection} used to configure the classpath.
149
149
* Defaults to current sourseSet's compile classpath.
150
150
*/
151
- @ InputFiles
152
- @ Classpath
151
+ @ CompileClasspath
153
152
public FileCollection getClasspath () {
154
153
return classpath ;
155
154
}
You can’t perform that action at this time.
0 commit comments