Skip to content

Commit 9526854

Browse files
committed
Updating to kotlin 1.2.21. Updating to gradle 4.5. Reving verison to 3.5.4
1 parent bc09693 commit 9526854

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515

1616
buildscript {
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

3636
allprojects {
3737
group = 'com.spectralogic.ds3'
38-
version = '3.5.3'
38+
version = '3.5.4'
3939
}
4040

4141
subprojects {
@@ -62,7 +62,7 @@ subprojects {
6262
}
6363

6464
task wrapper(type: Wrapper) {
65-
gradleVersion = '4.4.1'
65+
gradleVersion = '4.5'
6666
}
6767

6868
project(':ds3-sdk') {

ds3-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jar {
8181
from sourceSets.main.allJava
8282
}
8383

84-
jar.dependsOn genConfigProperties
84+
compileJava.dependsOn genConfigProperties
8585

8686
dependencies {
8787
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

gradle/wrapper/gradle-wrapper.jar

-379 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
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

0 commit comments

Comments
 (0)