Skip to content

Commit 28c07b4

Browse files
committed
Fix a bug in "gradle-plugins/build.gradle.kts"
1 parent 4ea9caa commit 28c07b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-plugins/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ version = projectVersion
3030

3131
gradlePlugin {
3232
website.set("https://github.com/huanshankeji/compose-web-material")
33-
vcsUrl.set("$website.git")
33+
vcsUrl.set("${website.get()}.git")
3434

3535
plugins {
3636
getByName("com.huanshankeji.compose-web-material-conventions") {

0 commit comments

Comments
 (0)