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 83a7295 commit 1a472f1Copy full SHA for 1a472f1
pom.xml
@@ -19,6 +19,8 @@
19
</description>
20
21
<properties>
22
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23
+
24
<jruby.version>9.4.13.0</jruby.version>
25
<jruby.maven.plugins.version>3.0.6</jruby.maven.plugins.version>
26
<gem.home>${project.build.directory}/rubygems</gem.home>
@@ -201,8 +203,7 @@
201
203
<artifactId>maven-compiler-plugin</artifactId>
202
204
<version>3.14.0</version>
205
<configuration>
- <source>8</source>
- <target>8</target>
206
+ <release>8</release>
207
<showDeprecation>true</showDeprecation>
208
<showWarnings>true</showWarnings>
209
</configuration>
0 commit comments