aboutsummaryrefslogtreecommitdiff
path: root/wercker.yml
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2017-07-03 09:10:36 -0400
committerRoman Ivanov <romani@users.noreply.github.com>2017-07-03 10:38:41 -0700
commitac0d137e048b5902ebb32d8424ca2a74cab5d8ff (patch)
treec310eccdc2476043188d56a9ba74680f87653d35 /wercker.yml
parent534b3eae53474ccc0e522f48864217edb2791289 (diff)
downloadcheckstyle-ac0d137e048b5902ebb32d8424ca2a74cab5d8ff.tar.gz
config: updated hibernate search's commit to latest
Diffstat (limited to 'wercker.yml')
-rw-r--r--wercker.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wercker.yml b/wercker.yml
index adb10cfe1..b0840825f 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -122,8 +122,8 @@ build:
echo CS_version: ${CS_POM_VERSION}
for i in 1 2 3 4 5; do git clone https://github.com/hibernate/hibernate-search.git && break || sleep 15; done
cd hibernate-search
- git checkout 5.8.0.Beta1
- mvn -s settings-example.xml clean install -DskipTests=true -DtestElasticsearchVersion=false
+ git checkout 285c557fb51bbdf4bc81af8950c466f2ec336e9d
+ mvn -s settings-example.xml clean install -DskipTests=true -Dtest.elasticsearch.host.provided=true
mvn -s settings-example.xml checkstyle:check -Dpuppycrawl.checkstyle.version=${CS_POM_VERSION}
cd ../
rm -rf hibernate-search