1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00

use jdk1.8 on bamboo

This commit is contained in:
Gard Rimestad 2014-10-24 13:34:23 +02:00
parent 79b603b8ca
commit 114c79c07c

View File

@ -4,7 +4,7 @@
"repository": "https://github.com/finn-no/unleash" "repository": "https://github.com/finn-no/unleash"
}, },
"versions": { "versions": {
"jdk": "1.7", "jdk": "1.8",
"mvn": "3" "mvn": "3"
}, },
"tasks": { "tasks": {
@ -40,4 +40,4 @@
{"command": "cd unleash-server && npm test"} {"command": "cd unleash-server && npm test"}
] ]
} }
} }