lucene/gradle
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
..
ant-compat Reworked dependency resolution for license checks to work around a problem with gradle. Consolidated licenses with the ant build (excluding some jars from the ref-guide). 2019-12-30 14:05:08 +01:00
maven LUCENE-8369: Remove obsolete spatial module 2020-01-16 11:22:05 -06:00
testing LUCENE-9165: explicitly cast with the horrible groovy language so that numbers above 9 don't fail 2020-01-24 09:53:47 -05:00
validation SOLR-11207: minor changes: 2020-01-26 10:45:05 +01:00
wrapper 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
defaults-idea.gradle Initial gradle build layer. 2019-12-02 15:34:57 +01:00
defaults-java.gradle LUCENE-9077: Enable javac linting as in ant. TONS of warnings are currently printed. 2020-01-20 10:10:48 +01:00
defaults-javadoc.gradle Javadoc workarounds for LUCENE-9132 2020-01-13 19:11:01 +01:00
defaults.gradle Speed up test filtering by a lot by upgrading to rr 2.7.5. 2019-12-09 16:43:44 +01:00
generate-defaults.gradle change generate-defaults.gradle not to cap testsJvms at 4 2020-01-24 08:49:17 -05:00
help.gradle Add git help to help/ 2020-01-15 10:40:41 +01:00