Moved to hardcoded jdk11
This commit is contained in:
parent
2c4003972b
commit
f7d5b260a3
2 changed files with 4 additions and 1 deletions
|
|
@ -44,6 +44,9 @@ mkdir -p $PLUGIN_HOME
|
|||
|
||||
: ${MAIN_CLASS:=org.jrd.backend.data.Main}
|
||||
|
||||
if [ "x$JAVA_HOME" == "x" ] ; then
|
||||
JAVA_HOME=/usr/lib/jvm/java-11-openjdk
|
||||
fi
|
||||
# set java and jvm arguments
|
||||
export _prefer_jre=false
|
||||
_set_java_home
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Application for extraction and decompilation of JVM byte code
|
||||
Name: java-runtime-decompiler
|
||||
Version: 6.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv3
|
||||
URL: https://github.com/pmikova/java-runtime-decompiler
|
||||
Source0: https://github.com/pmikova/%{name}/archive/%{name}-%{version}.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue