Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Combine Test task configurations (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mklaehn authored Sep 17, 2023
1 parent c2bc6b1 commit 5a07354
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ allprojects {
jvmArgs getJvmModulePath()
jvmArgs '--add-modules'
jvmArgs getJvmAdditionalModules()
systemProperty 'org.tweetwallfx.tests.executeConferenceClientLiveTests', executeConferenceClientLiveTests

useJUnitPlatform()
testLogging {
Expand Down Expand Up @@ -372,10 +373,6 @@ allprojects {
}
}

tasks.withType(Test).configureEach {
systemProperty 'org.tweetwallfx.tests.executeConferenceClientLiveTests', executeConferenceClientLiveTests
}

apply plugin: 'com.netflix.nebula.maven-base-publish'
apply plugin: 'com.netflix.nebula.publish-verification'
}
Expand Down

0 comments on commit 5a07354

Please sign in to comment.