File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ distribution_management do
10
10
repository :id => :ossrh , :url => 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
11
11
end
12
12
13
- java_target = '1.6 '
13
+ java_target = '1.7 '
14
14
gen_sources = '${basedir}/target/generated-sources' # hard-coded in AnnotationBinder
15
15
16
16
plugin ( 'org.codehaus.mojo:exec-maven-plugin' , '1.3.2' ) do
@@ -49,7 +49,7 @@ plugin( 'org.codehaus.mojo:build-helper-maven-plugin', '1.9' ) do
49
49
end
50
50
51
51
plugin ( :compiler , '3.1' ,
52
- :source => '1.6 ' , :target => java_target ,
52
+ :source => '1.7 ' , :target => java_target ,
53
53
:encoding => 'UTF-8' , :debug => true ,
54
54
:showWarnings => true , :showDeprecation => true ,
55
55
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ DO NOT MODIFIY - GENERATED CODE
232
232
<executable >java</executable >
233
233
<classpathScope >compile</classpathScope >
234
234
<arguments >
235
- <argument >-Djruby.bytecode.version=1.6 </argument >
235
+ <argument >-Djruby.bytecode.version=1.7 </argument >
236
236
<argument >-classpath</argument >
237
237
<classpath />
238
238
<argument >org.jruby.anno.InvokerGenerator</argument >
@@ -283,8 +283,8 @@ DO NOT MODIFIY - GENERATED CODE
283
283
</execution >
284
284
</executions >
285
285
<configuration >
286
- <source >1.6 </source >
287
- <target >1.6 </target >
286
+ <source >1.7 </source >
287
+ <target >1.7 </target >
288
288
<encoding >UTF-8</encoding >
289
289
<debug >true</debug >
290
290
<showWarnings >true</showWarnings >
You can’t perform that action at this time.
0 commit comments