ConsenSysMesh / cava

ConsenSys core libraries for Java & Kotlin
Apache License 2.0
84 stars 34 forks source link

org.jetbrains.kotlin.jvm plugin causes deprecation warning #138

Closed jrhea closed 5 years ago

jrhea commented 5 years ago

Running ./gradlew results in this warning:

> Configure project :
The DefaultSourceDirectorySet constructor has been deprecated. This is scheduled to be removed in Gradle 6.0. Please use the ObjectFactory service to create instances of SourceDirectorySet instead.

Looks like it will be fixed in an upcoming release:

https://youtrack.jetbrains.com/issue/KT-26808

cleishm commented 5 years ago

Yup. #106

atoulme commented 5 years ago

Fixed with PR #145