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

Update actions/setup-java action to v4 #27

Merged
merged 3 commits into from
Dec 19, 2023
Merged

Conversation

juul-mobile-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
actions/setup-java action major v3 -> v4

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

actions/setup-java (actions/setup-java)

v4

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@juul-mobile-bot juul-mobile-bot requested a review from a team as a code owner December 8, 2023 09:07
@twyatt twyatt enabled auto-merge (squash) December 8, 2023 16:42
@twyatt
Copy link
Member

twyatt commented Dec 19, 2023

Configured Gradle JVM memory (increased maximum) to fix:

The Daemon will expire after the build after running out of JVM Metaspace.
The project memory settings are likely not configured or are configured to an insufficient value.
The daemon will restart for the next build, which may increase subsequent build times.
These settings can be adjusted by setting 'org.gradle.jvmargs' in 'gradle.properties'.
The currently configured max heap space is '512 MiB' and the configured max metaspace is '384 MiB'.
For more information on how to set these values, please refer to https://docs.gradle.org/8.5/userguide/build_environment.html#sec:configuring_jvm_memory in the Gradle documentation.
To disable this warning, set 'org.gradle.daemon.performance.disable-logging=true'.
Daemon will be stopped at the end of the build after running out of JVM Metaspace

..

> Task :bundled:lintAnalyzeDebug FAILED

FAILURE: Build completed with 2 failures.

FAILURE: Build failed with an exception.

* What went wrong:
Metaspace

@twyatt twyatt merged commit 6a1c546 into main Dec 19, 2023
2 checks passed
@twyatt twyatt deleted the renovate/actions-setup-java-4.x branch December 19, 2023 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants