-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add ignoreDependenciesByRegex #94
Conversation
The tests expect a snapshot version under project directory. This fixes the case where build directory is moved globally.
Checkout golden text files with LF line endings.
Any idea how to prevent jitpack from trying to include test maven repos? https://jitpack.io/com/github/consp1racy/licensee/ep~regex-ignore-1.4.0-gd38f8aa-5/build.log |
Thanks for the PR. I'll review it next week. |
The documentation copies `ignoreDependencies` except for sample code. This follows Gradle's `includeGroupByRegex`.
d38f8aa
to
9a76664
Compare
Hello @JakeWharton any update about this PR ? As I see, it is not yet merged .. |
Any update on this feature? |
I'll have to split it into three separate PRs as outlined above. Then I'll have to resolve the conflicts |
Gradle 8.1 has this for repository content descriptors, which would fit my needs.
This would be easier than regex. |
Fixes #49.
What's done
violationsIgnored[...]
andviolationsLogged[...]
remain unfixed.installArchives
publishes files under${projectDir}/build
where tests expect them, instead ofbuildDir
which, in my case, resides decoupled on a RAM disk.