Skip to content

Commit

Permalink
Add convenience build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Dec 1, 2015
1 parent 152d910 commit 785b03b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-build-no-tests.sh
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

./gradlew clean build -DskipAspectJ=true -x javadoc -x test
3 changes: 3 additions & 0 deletions dev-build.sh
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

./gradlew clean build -DskipAspectJ=true -x javadoc
Empty file modified gradlew 100644 → 100755
Empty file.

0 comments on commit 785b03b

Please sign in to comment.