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 03afb6d commit aa879dfCopy full SHA for aa879df
1 file changed
plugins/core/src/testFixtures/kotlin/testutils/MavenRepoUrl.kt
@@ -1,6 +1,6 @@
1
package testutils
2
3
-@Suppress("DataClassPrivateConstructor")
+@ConsistentCopyVisibility
4
data class MavenRepoUrl private constructor(val url: String) {
5
6
fun metadataUrlForArtifact(group: String, name: String): String =
0 commit comments