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

javaVersion don't support #276

Open qq8803128 opened 5 years ago

qq8803128 commented 5 years ago

i use gradle-retrolambda plugin in Android Studio gradle.build retrolambda { javaVersion JavaVersion.VERSION_1_6 jvmArgs '-arg1', '-arg2' defaultMethods false incremental true } ,i see the compile class file and find the class file code bytecode=52, how to set bytecode=50?

jamesonwilliams commented 4 years ago

@qq8803128 Did you complete step #2 in the usage instructions in the README? Retrolambda outputs version 50 classfiles by default. You can remove the configuration options you've added.