Skip to content

Commit

Permalink
Updated to use latest Takari Maven Plugin in travis ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
andham committed Jan 18, 2020
1 parent 024fc28 commit 15135cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jdk:
- openjdk8
- openjdk11
install:
- "mvn -N io.takari:maven:0.4.0:wrapper -Dmaven=${MAVEN_VERSION}"
- "mvn -N io.takari:maven:wrapper -Dmaven=${MAVEN_VERSION}"
- "./mvnw --show-version --errors --batch-mode validate dependency:go-offline"
script: "./mvnw --show-version --errors --batch-mode clean verify site"
cache:
Expand Down

0 comments on commit 15135cd

Please sign in to comment.