summaryrefslogtreecommitdiff
path: root/gradle.properties
AgeCommit message (Collapse)Author
2015-11-25Gradle daemon is a demonJason Tedor
This commit adds a property that will prevent the Gradle daemon from being used for builds (even if one is running). This is to avoid some nasty issues (e.g., SIGBUS faults and other mmap diasters) that result from class loaders not being closed properly.
2015-11-09Build: Consolidate dependencies specified in multiple placesRyan Ernst
Some dependencies must be specified in a couple places in the build. e.g. randomized runner is specified both in buildSrc (for the gradle wrapper plugin), as well as in the test-framework. This change creates buildSrc/versions.properties which acts similar to the set of shared version properties we used to have in the maven parent pom.
2015-11-09Upgrade to lucene-5.4.0-snapshot-1712973.Adrien Grand
2015-10-30update to lucene-5.4.x-snapshot-1711508Areek Zillur
2015-10-29Build: Add back manifest info to jarsRyan Ernst
closes #14365
2015-10-29Switch build system to GradleRyan Ernst
See #13930