You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bin/repos.build
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
# SPDX-FileCopyrightText: Contributors To The `net.splitcells.*` Projects
4
4
set -e
5
5
cd ../net.splitcells.network # Build Python part before the Java part, as it is a lot faster. Also, this install the bootstrapping scripts for this repo.
6
+
. bin/env.setup.sh
6
7
bin/build.part.with.python
7
8
cd ../net.splitcells.network.hub
8
9
export JAVA_VERSION=21 # This is required on FreeBSD, if an older Java version is set as default.
0 commit comments