Skip to content

Commit bedfae9

Browse files
committed
Merge branch 'no-longer-publish-legacy'
2 parents 8570385 + 0025f26 commit bedfae9

File tree

4 files changed

+18
-14
lines changed

4 files changed

+18
-14
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
plugins {
2+
id("com.huanshankeji.kotlin-multiplatform-js-browser-conventions")
3+
kotlin("plugin.compose")
4+
id("org.jetbrains.compose")
5+
id("com.huanshankeji.kotlin-multiplatform-sonatype-ossrh-publish-conventions")
6+
}
7+
8+
repositories {
9+
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
10+
maven("https://us-central1-maven.pkg.dev/varabyte-repos/public") // for Kobweb
11+
}
12+
13+
group = "com.huanshankeji"
14+
version = projectVersion
Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
plugins {
2-
id("com.huanshankeji.kotlin-multiplatform-js-browser-conventions")
3-
kotlin("plugin.compose")
4-
id("org.jetbrains.compose")
2+
id("lib-conventions-without-publishing")
53
id("com.huanshankeji.kotlin-multiplatform-sonatype-ossrh-publish-conventions")
6-
}
7-
8-
repositories {
9-
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
10-
maven("https://us-central1-maven.pkg.dev/varabyte-repos/public") // for Kobweb
11-
}
12-
13-
group = "com.huanshankeji"
14-
version = projectVersion
4+
}

compose-html-material-legacy/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.huanshankeji.team.`Shreck Ye`
22
import com.huanshankeji.team.pomForTeamDefaultOpenSource
33

44
plugins {
5-
`lib-conventions`
5+
`lib-conventions-without-publishing`
66
}
77

88
kotlin {

gradle-plugins/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.huanshankeji.generateKotlinSources
33

44
plugins {
55
`kotlin-dsl`
6-
id("com.gradle.plugin-publish") version "1.2.1"
6+
//id("com.gradle.plugin-publish") version "1.2.1"
77
}
88

99
kotlin.jvmToolchain(8)

0 commit comments

Comments
 (0)