Skip to content
Snippets Groups Projects
Commit 5e1e8684 authored by dgelessus's avatar dgelessus
Browse files

Fix Gradle 9 deprecation warning about regressionTests task

parent a9b41afb
No related branches found
No related tags found
No related merge requests found
Pipeline #140129 passed
......@@ -92,6 +92,9 @@ clean {
}
task regressionTests(dependsOn: extractPublicExamples, type: Test) {
testClassesDirs = testing.suites.test.sources.output.classesDirs
classpath = testing.suites.test.sources.runtimeClasspath
include('de/tlc4b/tlc/integration/probprivate/**')
}
check.dependsOn(regressionTests)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment