Skip to content

Commit

Permalink
Bumped source level to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nvcleemp committed Nov 11, 2022
1 parent 031a7a3 commit b5d0705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
what?:

rebuild: clean
javac -cp .:Jmol.jar -deprecation -source 1.7 -target 1.7 ` find cage lisken util -name "*.java" -print `
javac -cp .:Jmol.jar -deprecation -source 1.8 -target 1.8 ` find cage lisken util -name "*.java" -print `

clean:
rm -f ` find cage lisken util -name "*.class" -print `
Expand Down

0 comments on commit b5d0705

Please sign in to comment.