We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f8695 commit 22306f1Copy full SHA for 22306f1
1 file changed
build_gui.sh
@@ -1,6 +1,9 @@
1
#!/bin/bash
2
set -eux
3
4
+echo "Java version:"
5
+java -version
6
+
7
# Install parent-pom
8
cd jmcs/parent-pom
9
# see README.md
0 commit comments