File tree Expand file tree Collapse file tree
gocwebtemplate-core/gocwebtemplate-core-base/src/main/java/goc/webtemplate Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ pipeline {
2525 maven(' maven' )
2626 git(' git' )
2727 ant(' Ant' )
28- jdk(' JDK11 ' )
28+ jdk(' OpenJDK11 ' )
2929 }
3030
3131 parameters {
@@ -94,8 +94,8 @@ pipeline {
9494 def git = tool(' git' )
9595 def gitCommitId = sh(script : " '${ git} ' rev-parse HEAD" , returnStdout : true ). trim()
9696
97- withAnt(ant : ' Ant' , jdk : ' JDK11 ' ) {
98- withMaven(maven : ' maven' , jdk : ' JDK11 ' ) {
97+ withAnt(ant : ' Ant' , jdk : ' OpenJDK11 ' ) {
98+ withMaven(maven : ' maven' , jdk : ' OpenJDK11 ' ) {
9999 // ---[ If an explicit version was specified, override source's versions
100100 if (! params. DEPLOY_VERSION . isEmpty()) {
101101 sh(script : " ant -buildfile ./builds/build-setprojectversion.xml \" -Dgocwebtemplate.build.version=${ params.DEPLOY_VERSION} \" " )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public abstract class Constants {
1313
1414 public static final String CACHE_KEY_STATICFILES_PREFIX = "GoC.Template.CacheKey" ;
1515
16- public static final String WEB_TEMPLATE_DISTRIBUTION_VERSION = "4.0.3 " ;
16+ public static final String WEB_TEMPLATE_DISTRIBUTION_VERSION = "4.0.4 " ;
1717
1818 public static final String CDTS_DEFAULT_VERSION = "v5_0_4" ;
1919
You can’t perform that action at this time.
0 commit comments