diff options
| author | J08nY | 2024-03-27 16:09:15 +0100 |
|---|---|---|
| committer | J08nY | 2024-03-27 16:09:15 +0100 |
| commit | bd5d548bdb5c9d42e58de3d16e52a8b36204f528 (patch) | |
| tree | b06bffbc97b2c2fd1845a9bb54c809b919e4bebe /standalone | |
| parent | 05677a74bdb26001183d663fe6c1b57b853967bc (diff) | |
| download | ECTester-bd5d548bdb5c9d42e58de3d16e52a8b36204f528.tar.gz ECTester-bd5d548bdb5c9d42e58de3d16e52a8b36204f528.tar.zst ECTester-bd5d548bdb5c9d42e58de3d16e52a8b36204f528.zip | |
Add test setup to reader app.
Diffstat (limited to 'standalone')
| -rw-r--r-- | standalone/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/build.gradle.kts b/standalone/build.gradle.kts index 8fe4bff..1734578 100644 --- a/standalone/build.gradle.kts +++ b/standalone/build.gradle.kts @@ -72,6 +72,7 @@ tasks.register<Exec>("libs") { tasks.register<Jar>("uberJar") { archiveFileName = "ECTesterStandalone.jar" + duplicatesStrategy = DuplicatesStrategy.WARN from(sourceSets.main.get().output) |
