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 1414 */
1515
1616buildscript {
17- ext. kotlin_version = ' 1.2.10 '
17+ ext. kotlin_version = ' 1.2.21 '
1818
1919 repositories {
2020 mavenCentral()
@@ -24,7 +24,7 @@ buildscript {
2424 dependencies {
2525 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2626 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 '
2828 }
2929}
3030
@@ -35,7 +35,7 @@ plugins {
3535
3636allprojects {
3737 group = ' com.spectralogic.ds3'
38- version = ' 3.5.3 '
38+ version = ' 3.5.4 '
3939}
4040
4141subprojects {
@@ -62,7 +62,7 @@ subprojects {
6262}
6363
6464task wrapper (type : Wrapper ) {
65- gradleVersion = ' 4.4.1 '
65+ gradleVersion = ' 4.5 '
6666}
6767
6868project(' :ds3-sdk' ) {
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =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