Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lacasseio/sample-fix-cppsource-pattern
Demonstrate how to fix cppSource pattern with core native plugins
https://github.com/lacasseio/sample-fix-cppsource-pattern
Last synced: about 1 month ago
JSON representation
Demonstrate how to fix cppSource pattern with core native plugins
- Host: GitHub
- URL: https://github.com/lacasseio/sample-fix-cppsource-pattern
- Owner: lacasseio
- Created: 2024-02-19T21:27:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T04:32:03.000Z (6 months ago)
- Last Synced: 2024-10-12T11:32:49.456Z (2 months ago)
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demonstrate how to fix `CppComponent#cppSource` include pattern
Unfortunately, Gradle restricts the C++ source files to a specific pattern, which can often be wrong.
This sample demonstrates how to "shadow" the `cppSource` to include additional source patterns.
It's essential to remember that when using this _shadowing_ technique, all references to the `cppSource` property must check for the _shadowed_ property in a lazy way.