You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say you have a gradle project with both scala and java sources (both scala and java plugins applied), and with extra compiler flags for your java code:
$ ./buckw test
scalac error: 'unchecked' is not a valid choice for '-Xlint'
scalac -help gives more information
Build failed: Command failed with exit code 1.
stderr: scalac error: 'unchecked' is not a valid choice for '-Xlint'
scalac -help gives more information
The text was updated successfully, but these errors were encountered:
This needs to be fixed upstream in buck before we can apply a fix in okbuck. Kotlin and groovy rules use their own extra compiler arguments that the scala rules do not. @dsilvasc Can you please create an issue on buck?
Say you have a gradle project with both scala and java sources (both scala and java plugins applied), and with extra compiler flags for your java code:
okbuck generates a BUCK file with incorrect scala compiler flags:
which then causes buckw to fail:
The text was updated successfully, but these errors were encountered: