fedora-java / javapackages

Macros and scripts for Java packaging support
Other
7 stars 15 forks source link

Fix the use of java-functions in scripts #112

Closed mizdebsk closed 3 weeks ago

mizdebsk commented 3 weeks ago

Most of the scripts don't actually require Java and don't need to set up JVM, JAVA_HOME etc.

The diff-jars script that calls the jar utility can find it via PATH and doesn't necessairly need to set up JAVA_HOME either.