File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -23,26 +23,28 @@ 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.7.3'
27
- classpath ' com.github.jengelman.gradle.plugins:shadow:2.0.1'
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"
28
29
}
29
30
}
30
31
31
32
32
33
plugins {
33
- id " com.palantir.git-version" version " 0.10.0 "
34
+ id " com.palantir.git-version" version " 0.10.1 "
34
35
}
35
36
36
37
allprojects {
37
38
group = ' com.spectralogic.ds3'
38
- version = ' 4 .0.1 '
39
+ version = ' 5 .0.0 '
39
40
}
40
41
41
42
subprojects {
42
43
apply plugin : ' maven'
43
44
apply plugin : ' java'
44
45
apply plugin : ' kotlin'
45
46
apply plugin : ' findbugs'
47
+ apply plugin : ' net.ossindex.audit'
46
48
47
49
sourceCompatibility = JavaVersion . VERSION_1_8
48
50
repositories {
@@ -62,7 +64,7 @@ subprojects {
62
64
}
63
65
64
66
task wrapper (type : Wrapper ) {
65
- gradleVersion = ' 4.1 '
67
+ gradleVersion = ' 4.6 '
66
68
}
67
69
68
70
project(' :ds3-sdk' ) {
Original file line number Diff line number Diff line change 1
- # Fri Aug 25 15:48:59 MDT 2017
2
1
distributionBase =GRADLE_USER_HOME
3
2
distributionPath =wrapper/dists
4
3
zipStoreBase =GRADLE_USER_HOME
5
4
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -bin.zip
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -bin.zip
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
33
33
# Use the maximum available, or set MAX_FD != -1 to use that value.
34
34
MAX_FD=" maximum"
35
35
36
- warn ( ) {
36
+ warn () {
37
37
echo " $* "
38
38
}
39
39
40
- die ( ) {
40
+ die () {
41
41
echo
42
42
echo " $* "
43
43
echo
@@ -155,7 +155,7 @@ if $cygwin ; then
155
155
fi
156
156
157
157
# Escape application args
158
- save ( ) {
158
+ save () {
159
159
for i do printf %s\\ n " $i " | sed " s/'/'\\\\ ''/g;1s/^/'/;\$ s/\$ /' \\\\ /" ; done
160
160
echo " "
161
161
}
You can’t perform that action at this time.
0 commit comments