lucene/gradle/validation
Dawid Weiss 5ab59f59ac SOLR-11207: minor changes:
- added 'owasp' task to the root project. This depends on
dependencyCheckAggregate which seems to be a better fit for multi-module
projects than dependencyCheckAnalyze (the difference is vague to me
from plugin's documentation).

- you can run the "gradlew owasp" task explicitly and it'll run the
validation without any flags.

- the owasp task is only added to check if validation.owasp property
is true. I think this should stay as the default on non-CI systems
(developer defaults) because it's a significant chunk of time it takes
to download and validate dependencies.

- I'm not sure *all* configurations should be included in the check...
perhaps we should only limit ourselves to actual runtime dependencies
 not build dependencies, solr-ref-guide, etc.
2020-01-26 10:45:05 +01:00
..
forbidden-apis Merge forbidden APIs rules. 2019-12-17 13:39:10 +01:00
owasp-dependency-check SOLR-11207: minor changes: 2020-01-26 10:45:05 +01:00
check-environment.gradle LUCENE-9122: upgrade gradle wrapper to 6.0.1. Relax JVM requirement to require at least Java 11. We can't even check for higher bound because gradle itself breaks before it can execute the check script. I verified locally and it works with 11-13. 2020-01-09 14:13:32 +01:00
config-file-sanity.gradle Add config file sanity check for precommit. 2020-01-10 12:49:04 +01:00
forbidden-apis.gradle Move precommit dependencies to precommit for clarity. 2020-01-08 14:20:16 +01:00
git-status.gradle LUCENE-9077: Allow locally staged files in git status precommit check. 2020-01-20 09:36:14 +01:00
jar-checks.gradle Move precommit dependencies to precommit for clarity. 2020-01-08 14:20:16 +01:00
owasp-dependency-check.gradle SOLR-11207: minor changes: 2020-01-26 10:45:05 +01:00
precommit.gradle LUCENE-9077: Allow locally staged files in git status precommit check. 2020-01-20 09:36:14 +01:00
rat-sources.gradle Add workaround for https://github.com/palantir/gradle-consistent-versions/issues/383 2020-01-15 11:44:21 +01:00
validate-source-patterns.gradle Add workaround for https://github.com/palantir/gradle-consistent-versions/issues/383 2020-01-15 11:44:21 +01:00
versions-props-sorted.gradle Move precommit dependencies to precommit for clarity. 2020-01-08 14:20:16 +01:00