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 fa988f7 commit 5eb518dCopy full SHA for 5eb518d
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>
@@ -194,8 +196,7 @@
194
196
<artifactId>maven-compiler-plugin</artifactId>
195
197
<version>3.14.0</version>
198
<configuration>
- <source>8</source>
- <target>8</target>
199
+ <release>8</release>
200
<showDeprecation>true</showDeprecation>
201
<showWarnings>true</showWarnings>
202
</configuration>
0 commit comments