Skip to content

Commit

Permalink
now enforces target JRE8
Browse files Browse the repository at this point in the history
  • Loading branch information
thsa committed Mar 13, 2024
1 parent 34b76ab commit b2d94e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildOpenChemLib
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ rm -rf ./build
mkdir build
cp -r ./src/main/resources/* ./build/
find . -name "*.java" > sources.txt
javac -d ./build @sources.txt
javac -target 8 -d ./build @sources.txt
rm sources.txt
jar -cf build/OpenChemLib.jar -C ./build .

0 comments on commit b2d94e8

Please sign in to comment.