Skip to content

Commit 69d9a13

Browse files
committed
[build] Correctly use bootstrap classpath and source encoding when compiling to ensure backward compat
1 parent ec2eeb5 commit 69d9a13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
</description>
2020

2121
<properties>
22+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23+
2224
<jruby.version>9.4.13.0</jruby.version>
2325
<jruby.maven.plugins.version>3.0.6</jruby.maven.plugins.version>
2426
<gem.home>${project.build.directory}/rubygems</gem.home>
@@ -201,8 +203,7 @@
201203
<artifactId>maven-compiler-plugin</artifactId>
202204
<version>3.14.0</version>
203205
<configuration>
204-
<source>8</source>
205-
<target>8</target>
206+
<release>8</release>
206207
<showDeprecation>true</showDeprecation>
207208
<showWarnings>true</showWarnings>
208209
</configuration>

0 commit comments

Comments
 (0)