Posted November 15, 20177 yr When i try to compile my mod using gradlew build it fails the build and at the top it says:(use -source 8 or higher to enable lambda expressions) but then when i try to do gradlew build -source 8 it doesnt work
November 15, 20177 yr Look for "targetCompatability" in your build.gradle, see if you can change it to 1.8 there.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.