Skip to content

Commit ee4aad4

Browse files
committed
Upgraded to Java 21 because nothing says "Entreprise" like jumping from 8- > 11 -> 17 -> 21.:wq
1 parent 65397b9 commit ee4aad4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ if defined? JRUBY_VERSION
185185
#directory classes = 'pkg/classes'; CLEAN << classes
186186

187187
file jar_file => FileList[ 'src/java/**/*.java' ] do
188-
source = target = '11'; debug = true
188+
source = target = '21'; debug = true
189189

190190
get_driver_jars_local = lambda do |*args|
191191
driver_deps = args.empty? ? [ :Postgres, :MySQL ] : args

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
<artifactId>maven-compiler-plugin</artifactId>
104104
<version>2.5.1</version>
105105
<configuration>
106-
<source>11</source>
107-
<target>11</target>
106+
<source>21</source>
107+
<target>21</target>
108108
</configuration>
109109
</plugin>
110110
</plugins>

0 commit comments

Comments
 (0)