intermine icon indicating copy to clipboard operation
intermine copied to clipboard

gradle 5.0 incompatibility in bio/sources/build.gradle

Open sammyjava opened this issue 5 years ago • 0 comments

run ./gradlew install --warning-mode all in bio/sources and you get:

The following annotation processors were detected on the compile classpath: 'org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor'. Detecting annotation processors on the compile classpath is deprecated and Gradle 5.0 will ignore them. Please add them to the annotation processor path instead. If you did not intend to use annotation processors, you can use the '-proc:none' compiler argument to ignore them.

sammyjava avatar Apr 17 '20 22:04 sammyjava