Configure build.grade

* build shared and static libraries
* produce library artifacts
* produce general (empty) artifact that enforces dependencies
* update naming of library in artifact
This commit is contained in:
2014-11-26 14:20:23 +00:00
parent 5f925cd884
commit 39a4427a27
2 changed files with 29 additions and 8 deletions

11
.gitignore vendored
View File

@@ -1,5 +1,6 @@
/build/
/bin/
/.gradle
/.settings
/.classpath
build
bin
.gradle
.settings
.classpath
.maven