File tree Expand file tree Collapse file tree 17 files changed +46
-46
lines changed
judo-tatami-asm-validation
judo-tatami-asm2expression
judo-tatami-expression-asm-validation
judo-tatami-expression-psm-validation
judo-tatami-psm-validation
judo-tatami-rdbms2liquibase Expand file tree Collapse file tree 17 files changed +46
-46
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 - name : 🧹 Remove toolchains.xml
3131 run : rm $HOME/.m2/toolchains.xml || true
3232
33- - name : 🛠️ Set up JDK 17
33+ - name : 🛠️ Set up JDK 21
3434 uses : actions/setup-java@v3
3535 with :
36- java-version : ' 17 '
36+ java-version : ' 21 '
3737 distribution : ' zulu'
3838
3939
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
3333 - name : 🧹 Remove toolchains.xml
3434 run : rm $HOME/.m2/toolchains.xml || true
3535
36- - name : 🛠️ Set up JDK 17
36+ - name : 🛠️ Set up JDK 21
3737 uses : actions/setup-java@v3
3838 with :
39- java-version : ' 17 '
39+ java-version : ' 21 '
4040 distribution : ' zulu'
4141
4242
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
3636 - name : 🧹 Remove toolchains.xml
3737 run : rm $HOME/.m2/toolchains.xml || true
3838
39- - name : 🛠️ Set up JDK 17
39+ - name : 🛠️ Set up JDK 21
4040 uses : actions/setup-java@v3
4141 with :
42- java-version : ' 17 '
42+ java-version : ' 21 '
4343 distribution : ' zulu'
4444
4545
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 - name : 🧹 Remove toolchains.xml
2222 run : rm $HOME/.m2/toolchains.xml || true
2323
24- - name : 🛠️ Set up JDK 17
24+ - name : 🛠️ Set up JDK 21
2525 uses : actions/setup-java@v3
2626 with :
27- java-version : ' 17 '
27+ java-version : ' 21 '
2828 distribution : ' zulu'
2929
3030
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
3636 - name : 🧹 Remove toolchains.xml
3737 run : rm $HOME/.m2/toolchains.xml || true
3838
39- - name : 🛠️ Set up JDK 17
39+ - name : 🛠️ Set up JDK 21
4040 uses : actions/setup-java@v3
4141 with :
42- java-version : ' 17 '
42+ java-version : ' 21 '
4343 distribution : ' zulu'
4444
4545
Original file line number Diff line number Diff line change 1313 <attribute name =" test" value =" true" />
1414 </attributes >
1515 </classpathentry >
16- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17 " >
16+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 " >
1717 <attributes >
1818 <attribute name =" maven.pomderived" value =" true" />
1919 </attributes >
Original file line number Diff line number Diff line change 1313 <attribute name =" test" value =" true" />
1414 </attributes >
1515 </classpathentry >
16- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17 " >
16+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 " >
1717 <attributes >
1818 <attribute name =" maven.pomderived" value =" true" />
1919 </attributes >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17 " >
3+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 " >
44 <attributes >
55 <attribute name =" maven.pomderived" value =" true" />
66 </attributes >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17 " >
3+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 " >
44 <attributes >
55 <attribute name =" maven.pomderived" value =" true" />
66 </attributes >
Original file line number Diff line number Diff line change 1313 <attribute name =" test" value =" true" />
1414 </attributes >
1515 </classpathentry >
16- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17 " >
16+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 " >
1717 <attributes >
1818 <attribute name =" maven.pomderived" value =" true" />
1919 </attributes >
You can’t perform that action at this time.
0 commit comments