Skip to content

Conversation

@aSemy
Copy link
Contributor

@aSemy aSemy commented Jun 23, 2024

Gradle uses an embedded version of Kotlin. Gradle Plugins should not expose a different version of Kotlin as a dependency, to avoid causing conflicts with other Gradle Plugins.

https://docs.gradle.org/8.8/userguide/kotlin_dsl.html#sec:kotlin

Also, remove kotlin-stdlib-jdk8 - it is identical to kotlin-stdlib.

Gradle uses an embedded version of Kotlin. Gradle Plugins should not expose a different version of Kotlin as a dependency, to avoid causing conflicts with other Gradle Plugins.

Also, remove kotlin-stdlib-jdk8 - it is identical to kotlin-stdlib
</trusted-keys>
</configuration>
<components>
<component group="com.datastax.oss" name="java-driver-bom" version="4.14.1">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<trusted-key id="1597AB231B7ADD7E14B1D9C43F00DB67AE236E2E" group="org.conscrypt"/>
<trusted-key id="19BEAB2D799C020F17C69126B16698A4ADF4D638" group="org.checkerframework"/>
<trusted-key id="1A55F091AD28C07F831FA44D7905DE25C78AD456" group="com.google.protobuf"/>
<trusted-key id="1BD97A6A154E7810EE0BC832E2F38302C8075E3D" group="org.gradle.kotlin" name="gradle-kotlin-dsl-plugins" version="4.2.1"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the name and the version, it is good enough to trust the whole group.

@Goooler
Copy link
Contributor

Goooler commented Jan 31, 2025

I'm addressing a new fix to #66.

@liutikas
Copy link
Member

Obsolete with #72

@liutikas liutikas closed this Sep 29, 2025
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

Successfully merging this pull request may close these issues.

3 participants