We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65397b9 commit ee4aad4Copy full SHA for ee4aad4
Rakefile
@@ -185,7 +185,7 @@ if defined? JRUBY_VERSION
185
#directory classes = 'pkg/classes'; CLEAN << classes
186
187
file jar_file => FileList[ 'src/java/**/*.java' ] do
188
- source = target = '11'; debug = true
+ source = target = '21'; debug = true
189
190
get_driver_jars_local = lambda do |*args|
191
driver_deps = args.empty? ? [ :Postgres, :MySQL ] : args
pom.xml
@@ -103,8 +103,8 @@
103
<artifactId>maven-compiler-plugin</artifactId>
104
<version>2.5.1</version>
105
<configuration>
106
- <source>11</source>
107
- <target>11</target>
+ <source>21</source>
+ <target>21</target>
108
</configuration>
109
</plugin>
110
</plugins>
0 commit comments