Remove dead code from java-conventions (#5306)
This commit is contained in:
parent
3581d6e642
commit
ff79d892a3
|
|
@ -205,16 +205,6 @@ dependencies {
|
|||
compileOnly("javax.annotation:javax.annotation-api")
|
||||
}
|
||||
|
||||
class TestArgumentsProvider(
|
||||
@InputFile
|
||||
@PathSensitive(PathSensitivity.RELATIVE)
|
||||
val loggingProperties: File,
|
||||
) : CommandLineArgumentProvider {
|
||||
override fun asArguments() = listOf(
|
||||
"-Djava.util.logging.config.file=${loggingProperties.absolutePath}",
|
||||
)
|
||||
}
|
||||
|
||||
testing {
|
||||
suites.withType(JvmTestSuite::class).configureEach {
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Reference in New Issue