BreadMoirai / github-release-gradle-plugin

A Gradle Plugin to send Releases to Github
Apache License 2.0
108 stars 26 forks source link

Exclude kotlin-stdlib dependencies from implementation configuration #49

Closed 3flex closed 2 years ago

3flex commented 2 years ago

These are provided by Gradle on plugin runtime classpaths.

Will stop this warning from appearing:

w: Some JAR files in the classpath have the Kotlin Runtime library bundled into them. This may cause difficult to debug problems if there's a different version of the Kotlin Runtime library in the classpath. Consider removing these libraries from the classpath