Skip to content

Commit 6cb76c5

Browse files
committed
Set up correct build.sh
1 parent b538588 commit 6cb76c5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Hello.java

Lines changed: 0 additions & 6 deletions
This file was deleted.

build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
# Fail on any error.
4+
set -e
5+
6+
bazel build --noincremental_dexing testdpc

0 commit comments

Comments
 (0)