Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@WhiteHorseKPI
Copy link
Contributor

Resolves #17

Change requires usage od JAVA_HOME during scripts usage

BEFORE:
python3.10 scripts/build.py -c lib

NOW:
JAVA_HOME={path_to_local_jvm_8} python3.10 scripts/build.py -c lib

@miltolstoy
Copy link
Contributor

Update the Environment wiki page with new requirements.

@WhiteHorseKPI WhiteHorseKPI merged commit 6ac2883 into main Jul 24, 2025
@WhiteHorseKPI WhiteHorseKPI deleted the 17-use-java-parametrized branch July 24, 2025 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scripts: remove gradle.properties

3 participants