evant / gradle-retrolambda

A gradle plugin for getting java lambda support in java 6, 7 and android
Apache License 2.0
5.3k stars 449 forks source link

The CompileOptions.bootClasspath property has been deprecated #271

Closed fairysword closed 5 years ago

fairysword commented 5 years ago

The CompileOptions.bootClasspath property has been deprecated and is scheduled to be removed in Gradle 5.0. Please use the CompileOptions.bootstrapClasspath property instead

naixx commented 5 years ago

Confirming the issue. Seems retrolambda doesn't work with gradle 5 for now

evant commented 5 years ago

Released version 3.7.1 which should be compatible with gradle 5+