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