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 4ea9caa commit 28c07b4Copy full SHA for 28c07b4
gradle-plugins/build.gradle.kts
@@ -30,7 +30,7 @@ version = projectVersion
30
31
gradlePlugin {
32
website.set("https://github.com/huanshankeji/compose-web-material")
33
- vcsUrl.set("$website.git")
+ vcsUrl.set("${website.get()}.git")
34
35
plugins {
36
getByName("com.huanshankeji.compose-web-material-conventions") {
0 commit comments