Skip to content

Conversation

jdaugherty
Copy link
Contributor

As a follow-up to #14953, since we depend on the asset pipeline, the coordinate change for grails-i18n broke forge. This should resolve it once 5.0.16 is findable on maven central.

@jdaugherty jdaugherty merged commit 901e89f into apache:7.0.x Sep 2, 2025
3 of 29 checks passed
@@ -70,6 +70,7 @@ class CommandSpec extends Specification {
String[] args = builder.toString().split(' ')
ProcessBuilder pb = new ProcessBuilder(args)
pb.environment().put('JAVA_HOME', System.getenv('JAVA_HOME') ?: System.getProperty('java.home'))
pb.environment().put('GRAILS_REPO_URL', System.getenv('GRAILS_REPO_URL') ?: null)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/ProcessBuilder.html#environment():
The returned map does not permit null keys or values. Attempting to insert or query the presence of a null key or value will throw a NullPointerException.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants