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 {
2323
2424 dependencies {
2525 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 '
2929 }
3030}
3131
@@ -36,15 +36,15 @@ plugins {
3636
3737allprojects {
3838 group = ' com.spectralogic.ds3'
39- version = ' 5.0.4 '
39+ version = ' 5.0.5 '
4040}
4141
4242subprojects {
43+ apply plugin : ' com.github.ben-manes.versions'
4344 apply plugin : ' maven'
4445 apply plugin : ' java'
4546 apply plugin : ' kotlin'
4647 apply plugin : ' findbugs'
47- apply plugin : ' net.ossindex.audit'
4848
4949 sourceCompatibility = JavaVersion . VERSION_1_8
5050 repositories {
You can’t perform that action at this time.
0 commit comments