aboutsummaryrefslogtreecommitdiff
path: root/annotations/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'annotations/build.gradle')
-rw-r--r--annotations/build.gradle20
1 files changed, 0 insertions, 20 deletions
diff --git a/annotations/build.gradle b/annotations/build.gradle
deleted file mode 100644
index 21f1d7ba1..000000000
--- a/annotations/build.gradle
+++ /dev/null
@@ -1,20 +0,0 @@
-apply plugin: 'java'
-apply plugin: 'sdk-files'
-
-jar {
- archiveName = 'annotations.jar'
-}
-
-sourceSets {
- main.java.srcDirs 'src'
-}
-
-sdk {
- common {
- item(jar.archivePath) {
- into 'support'
- notice 'NOTICE'
- builtBy jar
- }
- }
-}