File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ buildscript {
23
23
24
24
dependencies {
25
25
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
26
- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0 '
27
- classpath ' com.github.jengelman.gradle.plugins:shadow:2 .0.2'
28
- classpath " gradle.plugin.net.ossindex:ossindex- gradle-plugin:0.2.0-beta "
26
+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4 '
27
+ classpath ' com.github.jengelman.gradle.plugins:shadow:4 .0.2'
28
+ classpath ' com.github.ben-manes: gradle-versions- plugin:0.21.0 '
29
29
}
30
30
}
31
31
@@ -36,15 +36,15 @@ plugins {
36
36
37
37
allprojects {
38
38
group = ' com.spectralogic.ds3'
39
- version = ' 5.0.4 '
39
+ version = ' 5.0.5 '
40
40
}
41
41
42
42
subprojects {
43
+ apply plugin : ' com.github.ben-manes.versions'
43
44
apply plugin : ' maven'
44
45
apply plugin : ' java'
45
46
apply plugin : ' kotlin'
46
47
apply plugin : ' findbugs'
47
- apply plugin : ' net.ossindex.audit'
48
48
49
49
sourceCompatibility = JavaVersion . VERSION_1_8
50
50
repositories {
You can’t perform that action at this time.
0 commit comments