aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Morey <jmorey@google.com>2014-03-05 13:05:31 -0600
committerJustin Morey <jmorey@google.com>2014-03-05 13:05:31 -0600
commitf79c5d901a0e83f829c2325f5304f2b2c87fac70 (patch)
tree907c7ef110212c32be1b398b956e50253c4326a3
parent3c10ffe30ea8b76cdea46a08338345cc40d266c5 (diff)
downloadhamcrest-f79c5d901a0e83f829c2325f5304f2b2c87fac70.tar.gz
Preparing to add GmsCore automated tests to Gradle build
Change-Id: Iaa928778264b34451646d9db82475d7323d7e44e
-rw-r--r--build.gradle9
1 files changed, 9 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
new file mode 100644
index 0000000..b169d73
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1,9 @@
+apply plugin: 'java'
+
+sourceSets {
+ main {
+ java {
+ srcDirs = ['src']
+ }
+ }
+}