Skip to content
This repository was archived by the owner on Dec 13, 2019. It is now read-only.

Commit f6db4c9

Browse files
committed
added shell script for building
1 parent 5c22a25 commit f6db4c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

images/build_images.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
3+
cd maven-3.5-no-jdk ; chmod 777 build.sh : ./build.sh ; cd .. ;
4+
25
cd maven-3.5-jdk-08 ; chmod 777 build.sh ; ./build.sh ; cd .. ;
36
cd maven-3.5-jdk-09 ; chmod 777 build.sh ; ./build.sh ; cd .. ;
47
cd maven-3.5-jdk-10 ; chmod 777 build.sh ; ./build.sh ; cd .. ;

0 commit comments

Comments
 (0)