Edit

IABSD.fr/ports/java/gradle/patches

Branch :

  • Show log

    Commit

  • Author : kurt
    Date : 2026-02-25 22:19:58
    Hash : 7105c9e9
    Message : Update to 9.3.1. From Mikolaj Kucharski.

  • patch-bin_gradle
  • Index: bin/gradle
    --- bin/gradle.orig
    +++ bin/gradle
    @@ -116,6 +116,8 @@ esac
     
     
     
    +JAVA_HOME="$(javaPathHelper -h gradle)"
    +
     # Determine the Java command to use to start the JVM.
     if [ -n "$JAVA_HOME" ] ; then
         if [ -x "$JAVA_HOME/jre/sh/java" ] ; then