File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11ARG BUILD_IMAGE=gradle:7.4-jdk17-alpine
2- ARG RUN_IMAGE=tomcat:9.0.68-jdk11-temurin
2+ ARG RUN_IMAGE=tomcat:9.0.68-jre8
33
44# ################# Stage 0
55FROM ${BUILD_IMAGE} as builder
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ plugins {
55
66description = " EPICS to web gateway"
77group ' org.jlab'
8- version ' 1.14.0 '
8+ version ' 1.14.1 '
99
1010ext {
11- releaseDate = ' Nov 9 2022'
11+ releaseDate = ' Nov 10 2022'
1212 productionRelease = ' true'
1313}
1414
@@ -46,8 +46,9 @@ configurations {
4646dependencies {
4747 implementation ' javax.servlet:jstl:1.2' ,
4848 ' org.glassfish:javax.json:1.1.4' ,
49- ' org.epics:jca:2.4.7'
50- providedCompile ' javax:javaee-api:8.0.1'
49+ files(' lib/jca-2.4.6.jar' )
50+ // implementation 'org.epics:jca:2.4.6' // Only works with Java 11 runtime
51+ providedCompile ' javax:javaee-api:7.0'
5152
5253 testImplementation ' junit:junit:4.13.2'
5354}
You can’t perform that action at this time.
0 commit comments