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

Android: Add Gradle.Properties element #434

Merged
merged 1 commit into from
Dec 17, 2022
Merged

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