summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2019-02-26 11:25:54 +0100
committerAndrej Shadura <andrewsh@debian.org>2019-02-26 11:26:24 +0100
commit92c0df7701e487b3abdab9655916cf9828553e41 (patch)
tree5a16aaaa14c653ff63483b2e7c250b5c533d483b
parentd28d1ae405c8cd2678a10e8d44c14ba8be1986c3 (diff)
Generate at least 1.7 version bytecodeHEADarchive/debian/0.9.21-2master
[INFO] --- exec-maven-plugin:1.6.0:exec (invoker-generator) @ jruby-openssl --- Exception in thread "main" java.lang.UnsupportedClassVersionError: JRuby requires Java 7 or higher at org.jruby.RubyInstanceConfig.initGlobalJavaVersion(RubyInstanceConfig.java:1897) at org.jruby.RubyInstanceConfig.<clinit>(RubyInstanceConfig.java:1661) at org.jruby.internal.runtime.methods.InvocationMethodFactory.getAnnotatedMethodClass(InvocationMethodFactory.java:255) at org.jruby.anno.InvokerGenerator.main(InvokerGenerator.java:84) [ERROR] Command execution failed. Gbp-Pq: Name 03-use-higher-bytecode-version.patch
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2d5780b..df3316d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@ DO NOT MODIFIY - GENERATED CODE
<executable>java</executable>
<classpathScope>compile</classpathScope>
<arguments>
- <argument>-Djruby.bytecode.version=1.6</argument>
+ <argument>-Djruby.bytecode.version=1.7</argument>
<argument>-classpath</argument>
<classpath />
<argument>org.jruby.anno.InvokerGenerator</argument>