Skip to content

Conversation

@mortend
Copy link
Member

@mortend mortend commented Dec 15, 2022

This UXL element makes it possible to output project-specific information in the gradle.properties file.

Example.uxl:

    <Require Gradle.Properties>
        <![CDATA[
org.gradle.jvmargs=-Xmx1536M \
    --add-exports=java.base/sun.nio.ch=ALL-UNNAMED \
    --add-opens=java.base/java.lang=ALL-UNNAMED \
    --add-opens=java.base/java.lang.reflect=ALL-UNNAMED \
    --add-opens=java.base/java.io=ALL-UNNAMED \
    --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED
        ]]>
    </Require>

This UXL element makes it possible to output project-specific
information in the gradle.properties file.
@mortend mortend merged commit 53286aa into fuse-open:master Dec 17, 2022
@mortend mortend deleted the android branch December 17, 2022 06:23
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.

1 participant