Skip to content
Snippets Groups Projects

Setup Java based Integration Tests

Files
50
@@ -4,6 +4,8 @@ plugins {
// make executable
id 'application'
id 'theodolite.integration-test'
}
tasks.distZip.enabled = false
@@ -37,7 +39,4 @@ dependencies {
runtimeOnly "org.apache.beam:beam-runners-direct-java:${apacheBeamVersion}"
runtimeOnly 'org.slf4j:slf4j-api:1.7.32'
runtimeOnly 'org.slf4j:slf4j-jdk14:1.7.32'
// Use JUnit test framework
testImplementation 'junit:junit:4.12'
}
Loading