Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid logback from being added to test-dependencies when using api plugin #467

Open
holgerbrandl opened this issue Sep 10, 2024 · 0 comments

Comments

@holgerbrandl
Copy link
Contributor

Hi,

it seems that when using the latest plugin (but also older versions so it's not a regression problem I believe)

    id("org.jetbrains.kotlin.jupyter.api") version "0.12.0-285"

the plugin adds logback as dependency to the the test source-set dependencies:
image

Unfortunately, this is affecting the execution of some tests which do not use logback but rather should use simplelogger, which is no longer used by the slf4fj wrapper kotlin-logging-jvm.

Is there a way to avoid that or am I reading the results incorrectly? The gradle source file in question is https://github.com/holgerbrandl/kalasim/blob/master/build.gradle.kts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant