mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2024-12-15 01:50:07 +08:00
Upgrade to WLP December beta and use 1 WLP install for all services
This commit is contained in:
parent
6f228ce0d2
commit
e23f09c20c
@ -28,7 +28,13 @@ subprojects {
|
||||
|
||||
dependencies {
|
||||
compileOnly 'javax:javaee-api:7.0'
|
||||
libertyRuntime 'io.openliberty:openliberty-runtime:17.0.0.4'
|
||||
}
|
||||
|
||||
liberty {
|
||||
install {
|
||||
baseDir = rootProject.buildDir
|
||||
runtimeUrl = "https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/beta/wlp-beta-2017.12.0.0.zip"
|
||||
}
|
||||
}
|
||||
|
||||
libertyStart.dependsOn 'libertyStop'
|
||||
|
Loading…
Reference in New Issue
Block a user