File tree Expand file tree Collapse file tree 3 files changed +4
-21
lines changed Expand file tree Collapse file tree 3 files changed +4
-21
lines changed Original file line number Diff line number Diff line change 14
14
paths :
15
15
- ~/.gradle/caches
16
16
- ~/.gradle/wrapper
17
- - run :
18
- name : Audit Dependencies
19
- command : ./gradlew dependencyCheckAnalyze
20
17
- run :
21
18
name : Run Unit Tests
22
19
command : ./gradlew test --daemon
Original file line number Diff line number Diff line change
1
+ ## 2.4.4 (August 12, 2021)
2
+ * Remove dependencyCheckAnalyze task
3
+
1
4
## 2.4.3 (February 12, 2021)
2
5
3
6
* Update sailor version to 3.3.2
Original file line number Diff line number Diff line change 1
1
group = ' io.elastic'
2
- version = ' 2.4.3 '
2
+ version = ' 2.4.4 '
3
3
apply plugin : ' java'
4
4
apply plugin : ' idea'
5
5
apply plugin : ' eclipse'
6
6
apply plugin : ' groovy'
7
- apply plugin : org.owasp.dependencycheck.gradle.DependencyCheckPlugin
8
7
9
8
sourceSets {
10
9
integrationTest {
@@ -73,22 +72,6 @@ dependencies {
73
72
testCompile ' org.spockframework:spock-core:1.1-groovy-2.4'
74
73
}
75
74
76
- check. dependsOn dependencyCheckAnalyze
77
-
78
- dependencyCheck {
79
- format = ' ALL'
80
- failBuildOnCVSS = 8
81
- }
82
-
83
- buildscript {
84
- repositories {
85
- mavenCentral()
86
- }
87
- dependencies {
88
- classpath ' org.owasp:dependency-check-gradle:6.0.3'
89
- }
90
- }
91
-
92
75
wrapper {
93
76
gradleVersion = ' 5.4.1'
94
77
}
You can’t perform that action at this time.
0 commit comments