Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ShreckYe committed Mar 10, 2023
2 parents 8b1ba29 + 28c07b4 commit 914239b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
`kotlin-dsl`
}
repositories {
mavenLocal()
//mavenLocal()
gradlePluginPortal()
//maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version = projectVersion

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

plugins {
getByName("com.huanshankeji.compose-web-material-conventions") {
Expand Down

0 comments on commit 914239b

Please sign in to comment.