1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

use jdk1.8 on bamboo

This commit is contained in:
Gard Rimestad 2014-10-24 13:34:23 +02:00 committed by Ivar Conradi Østhus
parent 9df44a90f3
commit 0d6e3817ef

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"}
] ]
} }
} }