diff options
author | therealbush <therealbush@users.noreply.github.com> | 2022-04-01 00:01:19 -1000 |
---|---|---|
committer | therealbush <therealbush@users.noreply.github.com> | 2022-04-01 00:01:19 -1000 |
commit | 48b57ceb1680af6c426b6f928a403c958b1d3279 (patch) | |
tree | b2a8282e118bf8197638d8c053185ca5ae09ad50 /build.gradle.kts | |
parent | 90c216a853af28b5298a52d9436f9f81995f3caf (diff) | |
download | eventbus-kotlin-48b57ceb1680af6c426b6f928a403c958b1d3279.tar.gz eventbus-kotlin-48b57ceb1680af6c426b6f928a403c958b1d3279.tar.bz2 eventbus-kotlin-48b57ceb1680af6c426b6f928a403c958b1d3279.zip |
more stuffs
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index e253db8..4368375 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,6 @@ dependencies { tasks.test { testLogging { - exceptionFormat = FULL showStandardStreams = true } useJUnitPlatform() |