Revision a9861f45c9857d45a4e452b954a6b08989c37d2c authored by Ryan Ernst on 24 January 2019, 01:39:13 UTC, committed by Ryan Ernst on 24 January 2019, 01:40:43 UTC
The example plugins are currently built within the build-tools integ
tests as a means to ensure the gradle plugin works for external plugin
builds. These tests generate a dummy build.gradle, and a dummy local
maven repository to find the local builds dependencies in. Currently
that build-tools dependency uses "+" as the version. However, this
allows gradle to find the "latest" version, and unfortunately gradle has
its own plugin repository which is apparently connected to jcenter. This
recently triggered a flood of CI failures when jcenter suddenly pulled
alpha2, and all builds started trying to use that instead of the locally
built build-tools. This commit uses the explicit version of build-tools
that was build locally, which will cause resolution to stop when the
local repo is first checked.
1 parent 5153794
History
File Mode Size
.ci
.github
benchmarks
buildSrc
client
dev-tools
distribution
docs
gradle
libs
licenses
modules
plugins
qa
rest-api-spec
server
test
x-pack
.dir-locals.el -rw-r--r-- 3.3 KB
.editorconfig -rw-r--r-- 177 bytes
.gitattributes -rw-r--r-- 32 bytes
.gitignore -rw-r--r-- 609 bytes
CONTRIBUTING.md -rw-r--r-- 20.1 KB
LICENSE.txt -rw-r--r-- 868 bytes
NOTICE.txt -rw-r--r-- 150 bytes
README.textile -rw-r--r-- 8.3 KB
TESTING.asciidoc -rw-r--r-- 24.0 KB
Vagrantfile -rw-r--r-- 13.1 KB
build.gradle -rw-r--r-- 25.9 KB
gradle.properties -rw-r--r-- 90 bytes
gradlew -rwxr-xr-x 5.2 KB
gradlew.bat -rw-r--r-- 2.2 KB
settings.gradle -rw-r--r-- 5.8 KB

README.textile

back to top