Skip to content

Commit a565a2c

Browse files
committed
Replace all my developer info invocations
1 parent 780f893 commit a565a2c

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

common/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import com.huanshankeji.team.`Shreck Ye`
1+
import com.huanshankeji.team.ShreckYe
22
import com.huanshankeji.team.pomForTeamDefaultOpenSource
33
import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
44

@@ -74,6 +74,6 @@ publishing.publications.withType<MavenPublication> {
7474
"Unified Compose Multiplatform common wrappers $FOR_COMPOSE_TARGETS_IN_TITLE",
7575
"Common wrappers of components (including layouts) and modifiers $FOR_COMPOSE_TARGETS_IN_DESCRIPTION"
7676
) {
77-
`Shreck Ye`()
77+
ShreckYe()
7878
}
7979
}

common/legacy/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ publishing.publications.withType<MavenPublication> {
3434
"This legacy module depends on `com.huanshankeji:compose-html-common` instead of Kobweb Silk " +
3535
"and its components use the `ModifierOrAttrsScope` class to configure styles."
3636
) {
37-
`Shreck Ye`()
37+
ShreckYe()
3838
}
3939
}
4040
*/

lifecycle-viewmodel/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import com.huanshankeji.cpnProject
2-
import com.huanshankeji.team.`Shreck Ye`
2+
import com.huanshankeji.team.ShreckYe
33
import com.huanshankeji.team.pomForTeamDefaultOpenSource
44

55
plugins {
@@ -36,6 +36,6 @@ publishing.publications.withType<MavenPublication> {
3636
"Unified Compose Multiplatform ViewModel $FOR_COMPOSE_TARGETS_IN_TITLE",
3737
"Unified wrappers of Compose Multiplatform ViewModel for $FOR_COMPOSE_TARGETS_IN_DESCRIPTION"
3838
) {
39-
`Shreck Ye`()
39+
ShreckYe()
4040
}
4141
}

material-icons-core/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import com.huanshankeji.team.`Shreck Ye`
1+
import com.huanshankeji.team.ShreckYe
22
import com.huanshankeji.team.pomForTeamDefaultOpenSource
33

44
plugins {
@@ -31,6 +31,6 @@ publishing.publications.withType<MavenPublication> {
3131
"Compose Multiplatform HTML Unified core Icon wrappers",
3232
"Compose Multiplatform HTML Unified Design core Icon wrappers for `androidx.compose` and Compose HTML"
3333
) {
34-
`Shreck Ye`()
34+
ShreckYe()
3535
}
3636
}

material2/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import com.huanshankeji.cpnProject
2-
import com.huanshankeji.team.`Shreck Ye`
2+
import com.huanshankeji.team.ShreckYe
33
import com.huanshankeji.team.pomForTeamDefaultOpenSource
44

55
plugins {
@@ -48,6 +48,6 @@ publishing.publications.withType<MavenPublication> {
4848
"Unified Compose Material 2 wrappers $FOR_COMPOSE_TARGETS_IN_TITLE",
4949
"Unified Material Design 2 component wrappers $FOR_COMPOSE_TARGETS_IN_DESCRIPTION"
5050
) {
51-
`Shreck Ye`()
51+
ShreckYe()
5252
}
5353
}

material3/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import com.huanshankeji.cpnProject
2-
import com.huanshankeji.team.`Shreck Ye`
2+
import com.huanshankeji.team.ShreckYe
33
import com.huanshankeji.team.pomForTeamDefaultOpenSource
44

55
plugins {
@@ -48,6 +48,6 @@ publishing.publications.withType<MavenPublication> {
4848
"Unified Compose Material 3 wrappers $FOR_COMPOSE_TARGETS_IN_TITLE",
4949
"Unified Material Design 3 component wrappers $FOR_COMPOSE_TARGETS_IN_DESCRIPTION"
5050
) {
51-
`Shreck Ye`()
51+
ShreckYe()
5252
}
5353
}

navigation/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import com.huanshankeji.cpnProject
2-
import com.huanshankeji.team.`Shreck Ye`
2+
import com.huanshankeji.team.ShreckYe
33
import com.huanshankeji.team.pomForTeamDefaultOpenSource
44

55
plugins {
@@ -38,6 +38,6 @@ publishing.publications.withType<MavenPublication> {
3838
"Unified Compose Multiplatform navigation $FOR_COMPOSE_TARGETS_IN_TITLE",
3939
"Unified wrappers of Compose Multiplatform navigation for $FOR_COMPOSE_TARGETS_IN_DESCRIPTION"
4040
) {
41-
`Shreck Ye`()
41+
ShreckYe()
4242
}
4343
}

0 commit comments

Comments
 (0)