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
Thanks for the new gradle build and the built to official repro!
I noticed two things when trying to build my local fork of the new version:
In your build.gradle you reference "properties.load(project.rootProject.file("local.properties").newDataInputStream())". I had to create an empty local.properties file in my root directory to make that work
Probably a local issue in netbeans on my end: In the editor I get a lot of errors "xyz is not supported in -source 5". But the build still goes through :-)
The text was updated successfully, but these errors were encountered:
Thanks for the new gradle build and the built to official repro!
I noticed two things when trying to build my local fork of the new version:
The text was updated successfully, but these errors were encountered: