Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

javaVersion don't support #276

Open
qq8803128 opened this issue Apr 3, 2019 · 1 comment
Open

javaVersion don't support #276

qq8803128 opened this issue Apr 3, 2019 · 1 comment

Comments

@qq8803128
Copy link

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
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants