This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 1fcd4eb Run Spotless and Checkstyle for Gradle 6.0 / Java 13 build as
well
1fcd4eb is described below
commit 1fcd4eb31d003910bf11be2595c9063c02b5d5ff
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Wed Oct 2 16:25:35 2019 +0300
Run Spotless and Checkstyle for Gradle 6.0 / Java 13 build as well
---
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 39de126..d594246 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,6 +51,7 @@ matrix:
- grep -v Sha256 gradle/wrapper/gradle-wrapper.properties | grep -v
Url > gradle/wrapper/gradle-wrapper.properties2
- echo
'distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-6.0-20191001230020+0000-bin.zip'
>> gradle/wrapper/gradle-wrapper.properties2
- mv gradle/wrapper/gradle-wrapper.properties2
gradle/wrapper/gradle-wrapper.properties
- - xvfb-run ./gradlew $SKIP_DIST_TASKS -PskipCheckstyle -PskipSpotless
build createDist -PchecksumFailOn=never -PchecksumPrint=false
+ # Spotless and Checkstyle are executed here as well to test if the
plugins are compatible with Gradle 6.0 / Java 13
+ - xvfb-run ./gradlew $SKIP_DIST_TASKS build createDist
-PchecksumFailOn=never -PchecksumPrint=false
# Show difference between the new dependencies and old ones. It is
expected that new Gradle version might bring new dependencies
- diff -u checksum.xml build/checksum/checksum.xml || true