Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-02-25 08:12:02 +0400
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-02-25 08:12:02 +0400
commitacc74df4eeac1d215999a10316a11302f8776720 (patch)
treef1e4a15095c9ccc60f946dd31385ba78720abfab /build.gradle
parent60c9a5e3dbbb7e85e349fd62f58a4c8beda9bdfc (diff)
Update version and fix formatting
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle9
1 files changed, 4 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index 195d9d75..727bfd22 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,10 +24,9 @@ subprojects {
sourceCompatibility = 1.5
targetCompatibility = 1.5
- version = '1.50-b01'
+ version = '1.51-b08'
-test {
- systemProperty 'bc.test.data.home', bcTestDataHome
-}
+ test {
+ systemProperty 'bc.test.data.home', bcTestDataHome
+ }
}
-