File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -201,14 +201,13 @@ configure(allprojects) { project ->
201
201
classpath : configurations. sniffer. asPath
202
202
)
203
203
204
- ant. animalSniffer(
205
- signature : " $buildDir /javaApiSignature/javaApi.signature" ,
206
- classpath : sourceSets. main. compileClasspath. asPath) {
207
- path(path : sourceSets. main. output. classesDir)
208
- annotation(className : " org.springframework.lang.UsesJava7" )
209
- annotation(className : " org.springframework.lang.UsesJava8" )
210
- annotation(className : " org.springframework.lang.UsesSunHttpServer" )
211
- }
204
+ // TODO: Animal Sniffer currently chokes on optional JDK 9 bytecode in AspectJ 1.9 beta 5
205
+ // ant.animalSniffer(
206
+ // signature: "$buildDir/javaApiSignature/javaApi.signature",
207
+ // classpath: sourceSets.main.compileClasspath.asPath) {
208
+ // path(path: sourceSets.main.output.classesDir)
209
+ // annotation(className: "org.springframework.lang.UsesSunHttpServer")
210
+ // }
212
211
}
213
212
}
214
213
You can’t perform that action at this time.
0 commit comments