-
-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When building application (using gradle distZip from application plugin) that depends on kotlin-csv, test libraries are pulled into created application artefact.
To Reproduce
Create empty basic kotlin project
add dependency implementation("com.github.doyaaaaaken:kotlin-csv-jvm:0.10.1")
Expected behavior
No testing libraries in artefact. To check:
-
run
gradle dependencies
- runtimeClasspath should not contain kotlin-test library
-
run
gradle distZip
with application plugin- created zip should not contain testing libraries
Environment
- kotlin-csv: 0.10.1
- java version: java8
- gradle: 6.5
- OS: Win
doyaaaaaken
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working