Skip to content

Commit 914239b

Browse files
committed
Merge branch 'main' into release
v0.2.1 release (This commit supersedes the previous release commit.) There are no functional changes. The dependent Compose Multiplatform is bumped to 1.3.1.
2 parents 8b1ba29 + 28c07b4 commit 914239b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
`kotlin-dsl`
33
}
44
repositories {
5-
mavenLocal()
5+
//mavenLocal()
66
gradlePluginPortal()
77
//maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
88
}

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)