We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51c09b commit 03afb6dCopy full SHA for 03afb6d
plugins/core/src/main/kotlin/de/fayard/refreshVersions/core/internal/ConfigurationLessDependency.kt
@@ -50,11 +50,6 @@ internal data class ConfigurationLessDependency(
50
override fun getName() = name
51
override fun getVersion() = version
52
53
- override fun contentEquals(dependency: Dependency): Boolean = when (dependency) {
54
- is ConfigurationLessDependency -> dependency == this
55
- else -> dependency.contentEquals(this)
56
- }
57
-
58
override fun copy(): Dependency = copy(group = group)
59
override fun getReason(): String? = null
60
override fun because(reason: String?) = throw IllegalAccessException("Not editable")
0 commit comments