Closed
Conversation
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
liutikas
reviewed
Jun 24, 2024
| @@ -199,6 +200,7 @@ | |||
| <components> | |||
| <component group="com.datastax.oss" name="java-driver-bom" version="4.14.1"> | |||
Member
There was a problem hiding this comment.
Can we just add this to ? It seems to be properly signed and has a signature
https://repo1.maven.org/maven2/com/datastax/oss/java-driver-bom/4.14.1/
| <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"/> |
Member
There was a problem hiding this comment.
Remove the name and the version, it is good enough to trust the whole group.
Contributor
|
I'm addressing a new fix to #66. |
Member
|
Obsolete with #72 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.