Skip Animal Sniffer for the time being (since it chokes on JDK 9 bytecode)
This commit is contained in:
15
build.gradle
15
build.gradle
@@ -201,14 +201,13 @@ configure(allprojects) { project ->
|
||||
classpath: configurations.sniffer.asPath
|
||||
)
|
||||
|
||||
ant.animalSniffer(
|
||||
signature: "$buildDir/javaApiSignature/javaApi.signature",
|
||||
classpath: sourceSets.main.compileClasspath.asPath) {
|
||||
path(path: sourceSets.main.output.classesDir)
|
||||
annotation(className: "org.springframework.lang.UsesJava7")
|
||||
annotation(className: "org.springframework.lang.UsesJava8")
|
||||
annotation(className: "org.springframework.lang.UsesSunHttpServer")
|
||||
}
|
||||
// TODO: Animal Sniffer currently chokes on optional JDK 9 bytecode in AspectJ 1.9 beta 5
|
||||
// ant.animalSniffer(
|
||||
// signature: "$buildDir/javaApiSignature/javaApi.signature",
|
||||
// classpath: sourceSets.main.compileClasspath.asPath) {
|
||||
// path(path: sourceSets.main.output.classesDir)
|
||||
// annotation(className: "org.springframework.lang.UsesSunHttpServer")
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user