File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
*/
15
15
16
16
buildscript {
17
- ext. kotlin_version = ' 1.2.10 '
17
+ ext. kotlin_version = ' 1.2.21 '
18
18
19
19
repositories {
20
20
mavenCentral()
@@ -24,7 +24,7 @@ buildscript {
24
24
dependencies {
25
25
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
26
26
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
27
- classpath ' com.github.jengelman.gradle.plugins:shadow:2.0.1 '
27
+ classpath ' com.github.jengelman.gradle.plugins:shadow:2.0.2 '
28
28
}
29
29
}
30
30
@@ -35,7 +35,7 @@ plugins {
35
35
36
36
allprojects {
37
37
group = ' com.spectralogic.ds3'
38
- version = ' 3.5.3 '
38
+ version = ' 3.5.4 '
39
39
}
40
40
41
41
subprojects {
@@ -62,7 +62,7 @@ subprojects {
62
62
}
63
63
64
64
task wrapper (type : Wrapper ) {
65
- gradleVersion = ' 4.4.1 '
65
+ gradleVersion = ' 4.5 '
66
66
}
67
67
68
68
project(' :ds3-sdk' ) {
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =wrapper/dists
5
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.4 -bin.zip
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.5 -bin.zip
You can’t perform that action at this time.
0 commit comments