aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJie Dai <jied@google.com>2015-07-14 02:17:55 +0000
committerJie Dai <jied@google.com>2015-07-14 02:17:55 +0000
commit3e8fd451fb787fb392767a54f20a81117ffd99ff (patch)
tree3206b1c27054e151fb1986877d481b5a9b78c35c
parent87e430c688618f0e112641a83c7b2f8a8c24f16e (diff)
downloadhamcrest-marshmallow-dr1.5-release.tar.gz
This reverts commit 87e430c688618f0e112641a83c7b2f8a8c24f16e. Change-Id: Iadbce0bbf79216a3b844bc78213936c6f0b76a38
-rw-r--r--library/build.gradle16
1 files changed, 0 insertions, 16 deletions
diff --git a/library/build.gradle b/library/build.gradle
index 3584fb1..54ab15f 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -8,22 +8,6 @@ sourceSets {
}
}
-configurations {
- ast
-}
-
dependencies {
compile project(':hamcrest')
- ast project(':android-support-test')
-}
-
-task astJar(type: Jar) {
- from sourceSets.main.output
- dependsOn classes
- baseName "hamcrest-library"
- classifier "ast"
-}
-
-artifacts {
- ast astJar
}