Skip to content

Commit

Permalink
PyDev now needs java 17 to compile (same as Eclipse 2023-09).
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Oct 9, 2023
1 parent b12720b commit 6d00693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders/org.python.pydev.build/build_cmd.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set DRIVE=x:
set BASE_LOCAL_PYDEV_GIT=X:\liclipsews\liclipsews\Pydev
set BUILD_DIR=X:\pydev_build\build_dir
set DEPLOY_DIR=X:\pydev_build\deploy_dir
set JAVA_HOME=D:\bin\jdk-11.0.17+8
set JAVA_HOME=D:\bin\jdk-17.0.8.1+1
set MAVEN_BIN=X:\liclipsews\maven\apache-maven-3.8.6\bin
set GIT_EXECUTABLE="C:\Program Files\Git\bin\git.exe"
@echo Expected in env var: SIGN_KEYPASS
Expand Down

0 comments on commit 6d00693

Please sign in to comment.