Skip to content

Commit 80a2092

Browse files
author
Sharon Shabtai
authored
Merge pull request #575 from rpmoore/prep_3_5_5
Updating build for 3.5.5 and updated the version
2 parents 06c8b65 + 6d4f5ac commit 80a2092

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* Copyright 2014-2019 Spectra Logic Corporation. All Rights Reserved.
44
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
55
* this file except in compliance with the License. A copy of the License is located at
6-
*
6+
*
77
* http://www.apache.org/licenses/LICENSE-2.0
8-
*
8+
*
99
* or in the "license" file accompanying this file.
1010
* This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
1111
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
@@ -23,8 +23,8 @@ buildscript {
2323

2424
dependencies {
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
26-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
27-
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.2'
26+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
27+
classpath 'com.github.jengelman.gradle.plugins:shadow:4.0.2'
2828
}
2929
}
3030

@@ -35,7 +35,7 @@ plugins {
3535

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

4141
subprojects {

0 commit comments

Comments
 (0)