gaelyk / gradle-gaelyk-plugin

Gradle plugin that provides tasks for managing Gaelyk projects
Apache License 2.0
25 stars 5 forks source link

gradle deprecation warning #41

Open wmacgyver opened 7 years ago

wmacgyver commented 7 years ago

using gaelyk plugin with gradle 4.0 gives

Gradle now uses separate output directories for each JVM language, but this build assumes a single directory for all classes from a source set. This behaviour has been deprecated and is scheduled to be removed in Gradle 5.

and

The setTestClassesDir(File) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use the setTestClassesDirs(FileCollection) method instead

probably should address this at some point

Thanks