File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5858
5959 qodana :
6060 name : Perform Qodana analysis
61- if : false # qodana license expired, temporarily disable the analysis
61+ if : ${{ vars.QODANA_ENABLED == 'true' }}
6262 needs : tests
6363 runs-on : ubuntu-latest
6464 permissions :
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
4141@rem Add default JVM options here. You can also use JAVA_OPTS and ${optsEnvironmentVar} to pass JVM options to this script.
4242set DEFAULT_JVM_OPTS=${defaultJvmOpts}
4343
44- @rem Find java.exe
45- if defined JAVA_HOME goto findJavaFromJavaHome
44+ @rem Use bundled JRE when available
45+ if exist "%APP_HOME%/jre/" set JAVA_HOME="%APP_HOME%/jre/"
4646
4747@rem Find java.exe
4848if defined JAVA_HOME goto findJavaFromJavaHome
You can’t perform that action at this time.
0 commit comments