Skip to content

Commit a73886c

Browse files
authored
Use maven wrapper to lock mvn version (#172)
* enable mvnw Signed-off-by: Yan Zhang <[email protected]> * use trusty Signed-off-by: Yan Zhang <[email protected]>
1 parent 1d725bd commit a73886c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ os:
77
- linux
88
- osx
99

10+
dist: trusty
1011
osx_image: xcode9.3
1112

1213
before_install:

gulpfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@ function isLinux() {
3333
}
3434

3535
function mvnw() {
36-
return "mvn";
37-
// return isWin()?"mvnw.cmd":"./mvnw";
36+
return isWin()?"mvnw.cmd":"./mvnw";
3837
}

jdtls.ext/mvnw

100644100755
File mode changed.

0 commit comments

Comments
 (0)