fluxroot / jcpi

A Java Chess Protocol Interface
https://github.com/fluxroot/jcpi
Apache License 2.0
23 stars 8 forks source link

java 8 javadoc doclint failures #105

Closed jjYBdx4IL closed 5 years ago

jjYBdx4IL commented 8 years ago

Build fails with java 8. Fix: add the following lines to build.gradle:

tasks.withType(FindBugs) { findbugs { ignoreFailures = true } }

fluxroot commented 5 years ago

Closing as it is obsolete for 2.0.0