File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ plugin( 'org.codehaus.mojo:build-helper-maven-plugin', '1.9' ) do
4545 execute_goal 'add-source' , :phase => 'process-classes' , :sources => [ gen_sources ]
4646end
4747
48- plugin ( :compiler , '3.8.1 ' ,
49- :source => '1.8' , :target => java_target ,
48+ plugin ( :compiler , '3.9.0 ' ,
49+ :source => '1.8' , :target => java_target , :release => '8' ,
5050 :encoding => 'UTF-8' , :debug => true ,
5151 :showWarnings => true , :showDeprecation => true ,
5252 :excludes => [ 'module-info.java' ] ,
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ DO NOT MODIFY - GENERATED CODE
246246 </plugin >
247247 <plugin >
248248 <artifactId >maven-compiler-plugin</artifactId >
249- <version >3.8.1 </version >
249+ <version >3.9.0 </version >
250250 <executions >
251251 <execution >
252252 <id >compile-populators</id >
@@ -269,6 +269,7 @@ DO NOT MODIFY - GENERATED CODE
269269 <configuration >
270270 <source >1.8</source >
271271 <target >1.8</target >
272+ <release >8</release >
272273 <encoding >UTF-8</encoding >
273274 <debug >true</debug >
274275 <showWarnings >true</showWarnings >
You can’t perform that action at this time.
0 commit comments