-
Notifications
You must be signed in to change notification settings - Fork 275
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
Update Gradle wrapper to 5.6 #232
Conversation
It seems like there are some issues with the Gradle upgrade and the shadow jar plugin that we use to build the Nomulus tool. |
1aa98f7
to
6b318fd
Compare
This is due to GradleUp/shadow#508. I'll push an update soon. |
@@ -1,3 +1,4 @@ | |||
org.gradle.jvmargs=-Xmx1024m |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this the default? Is specifying it necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Somehow it was giving me OOM error when I didn't specify this...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was apparently wrong, or the posts online I found were wrong. Default is 512 MB apparently
https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory
This change is