Skip to content

Commit 44a6ced

Browse files
authored
Update build.gradle
1 parent edd1608 commit 44a6ced

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ sourceCompatibility = 1.8
4848
targetCompatibility = 1.8
4949

5050
repositories {
51-
maven {
52-
url "https://oss.sonatype.org/content/repositories/ioelastic-1044"
53-
}
5451
maven {
5552
url "https://oss.sonatype.org/content/repositories/snapshots"
5653
}
@@ -75,8 +72,8 @@ dependencies {
7572
testCompile 'org.hsqldb:hsqldb:2.0.0'
7673
testCompile 'org.spockframework:spock-core:1.1-groovy-2.4'
7774
}
78-
// must be fixed before merge to MASTER
79-
//check.dependsOn dependencyCheckAnalyze
75+
76+
check.dependsOn dependencyCheckAnalyze
8077

8178
dependencyCheck {
8279
format = 'ALL'

0 commit comments

Comments
 (0)