fixed build script: don't exit the terminal if there are compile errors
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
#/usr/bin/env bash
 | 
					#/usr/bin/env bash
 | 
				
			||||||
set -euo pipefail
 | 
					set -uo pipefail
 | 
				
			||||||
 | 
					
 | 
				
			||||||
javac -d target/ src/**/*.java
 | 
					javac -d target/ src/**/*.java
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user