aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/spongycastle/pg/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/spongycastle/pg/build.gradle')
-rw-r--r--libraries/spongycastle/pg/build.gradle14
1 files changed, 0 insertions, 14 deletions
diff --git a/libraries/spongycastle/pg/build.gradle b/libraries/spongycastle/pg/build.gradle
deleted file mode 100644
index 83f7c34d4..000000000
--- a/libraries/spongycastle/pg/build.gradle
+++ /dev/null
@@ -1,14 +0,0 @@
-apply plugin: 'java'
-
-dependencies {
- testCompile group: 'junit', name: 'junit', version: '4.11'
- compile project(':libraries:spongycastle:core')
- compile project(':libraries:spongycastle:prov')
-}
-
-sourceCompatibility = 1.5
-targetCompatibility = 1.5
-version = '1.50.0.0'
-
-// skip tests
-build.dependsOn.remove("check") \ No newline at end of file