File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,6 @@ repositories {
113
113
114
114
dependencies {
115
115
compile localGroovy()
116
- compile " com.carrotsearch.randomizedtesting:junit4-ant:${ props.getProperty('randomizedrunner')} "
117
- compile " com.carrotsearch.randomizedtesting:randomizedtesting-runner:${ props.getProperty('randomizedrunner')} "
118
116
119
117
compile ' com.netflix.nebula:gradle-extra-configurations-plugin:3.0.3'
120
118
compile ' com.netflix.nebula:nebula-publishing-plugin:4.4.4'
@@ -127,16 +125,7 @@ dependencies {
127
125
compile ' de.thetaphi:forbiddenapis:2.6'
128
126
compile ' com.avast.gradle:gradle-docker-compose-plugin:0.8.12'
129
127
testCompile " junit:junit:${ props.getProperty('junit')} "
130
- }
131
-
132
-
133
- // Gradle 2.14+ removed ProgressLogger(-Factory) classes from the public APIs
134
- // Use logging dependency instead
135
- // Gradle 4.3.1 stopped releasing the logging jars to jcenter, just use the last available one
136
- GradleVersion logVersion = GradleVersion . current() > GradleVersion . version(' 4.3' ) ? GradleVersion . version(' 4.3' ) : GradleVersion . current()
137
-
138
- dependencies {
139
- compileOnly " org.gradle:gradle-logging:${ logVersion.getVersion()} "
128
+ testCompile " com.carrotsearch.randomizedtesting:randomizedtesting-runner:${ props.getProperty('randomizedrunner')} "
140
129
}
141
130
142
131
/* ****************************************************************************
You can’t perform that action at this time.
0 commit comments