-
Notifications
You must be signed in to change notification settings - Fork 32
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
1525 move resource macro to core #1530
Conversation
buildSrc/src/main/java/io/micronaut/guides/core/MacroUtils.java
Outdated
Show resolved
Hide resolved
buildSrc/src/main/java/io/micronaut/guides/core/MacroUtils.java
Outdated
Show resolved
Hide resolved
buildSrc/src/main/java/io/micronaut/guides/core/MacroUtils.java
Outdated
Show resolved
Hide resolved
buildSrc/src/main/java/io/micronaut/guides/core/MacroUtils.java
Outdated
Show resolved
Hide resolved
buildSrc/src/main/java/io/micronaut/guides/core/MacroUtils.java
Outdated
Show resolved
Hide resolved
buildSrc/src/main/java/io/micronaut/guides/core/MacroUtils.java
Outdated
Show resolved
Hide resolved
buildSrc/src/main/java/io/micronaut/guides/core/RawTestMacroSubstitution.java
Outdated
Show resolved
Hide resolved
68ba7fc
to
e72201d
Compare
@sdelamo I forced pushed to make the branch independent from the rawTest macro. The changes you suggested for rawTest are implemented in the corresponding PR |
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.
Multi-line strings need to be supported as an input to the macro.
This could be an input and it should work fine:
The `git.properties` file that is generated by the `gradle-git-properties` plugin
will not be accessible from the native executable unless access to the file is
configured in `resource-config.json`:
resource:META-INF/native-image/resource-config.json[]
0a6b4c1
to
9d500ea
Compare
Can you merge master into this PR |
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.
Can you merge master into this PR
# Conflicts: # buildSrc/src/main/java/io/micronaut/guides/core/MacroUtils.java # buildSrc/src/main/java/io/micronaut/guides/core/RawTestMacroSubstitution.java
No description provided.