Skip to content

Commit 3d9746d

Browse files
committed
Replace all my developer info invocations
1 parent a0a6d33 commit 3d9746d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

compose-html-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

44
plugins {
@@ -24,6 +24,6 @@ publishing.publications.withType<MavenPublication> {
2424
"Huanshankeji Compose HTML common",
2525
"Huanshankeji's common code for Compose HTML"
2626
) {
27-
`Shreck Ye`()
27+
ShreckYe()
2828
}
2929
}

compose-html-material-legacy/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 {
@@ -46,6 +46,6 @@ publishing.publications.withType<MavenPublication> {
4646
"Compose HTML Material 2",
4747
"Legacy Material 2 components for Compose HTML"
4848
) {
49-
`Shreck Ye`()
49+
ShreckYe()
5050
}
5151
}

compose-html-material3/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 {
@@ -25,6 +25,6 @@ publishing.publications.withType<MavenPublication> {
2525
"Compose HTML Material 3",
2626
"Material 3 components for Compose HTML"
2727
) {
28-
`Shreck Ye`()
28+
ShreckYe()
2929
}
3030
}

0 commit comments

Comments
 (0)