Skip to content
Snippets Groups Projects
Commit 0f7e3ba2 authored by dgelessus's avatar dgelessus
Browse files

Remove test exclude setting for testing package

parent d12f21de
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -66,12 +66,6 @@ task jacocoIntegrationTestReport(type: JacocoReport) {
executionData fileTree(project.rootDir.absolutePath).include("**/build/jacoco/*.exec")
}
test {
exclude('testing')
//allJvmArgs = [ "-Xss515m" ]
}
task createJar(type: Jar, dependsOn: classes){
archiveFileName = 'TLA2B.jar'
//from sourceSets.main.allJava
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment