File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,19 @@ plugins {
22 `kotlin- dsl`
33}
44repositories {
5- // mavenLocal()
5+ mavenLocal()
66 gradlePluginPortal()
77 // maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
88}
99
1010val kotlinVersion = " 1.8.10"
11+ val huanshankejiGradlePluginsVersion = " 0.4.0"
1112
1213dependencies {
1314 implementation(kotlin(" gradle-plugin" , kotlinVersion))
1415 implementation(" org.jetbrains.compose:compose-gradle-plugin:1.3.1" )
15- implementation(" com.huanshankeji:kotlin-common-gradle-plugins:0.3.2 " )
16- implementation(" com.huanshankeji.team:gradle-plugins:0.3.2 " )
16+ implementation(" com.huanshankeji:kotlin-common-gradle-plugins:$huanshankejiGradlePluginsVersion " )
17+ implementation(" com.huanshankeji.team:gradle-plugins:$huanshankejiGradlePluginsVersion " )
1718}
1819
1920configurations.all {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import org.gradle.kotlin.dsl.*
77plugins {
88 id(" com.huanshankeji.kotlin-multiplatform-js-browser-conventions" )
99 id(" org.jetbrains.compose" )
10- id(" com.huanshankeji.sonatype-ossrh-publish" )
10+ id(" com.huanshankeji.kotlin-multiplatform- sonatype-ossrh-publish-conventions " )
1111}
1212
1313repositories {
@@ -16,11 +16,3 @@ repositories {
1616
1717group = " com.huanshankeji"
1818version = projectVersion
19-
20- val javadocJar by tasks.registering(Jar ::class ) {
21- archiveClassifier.set(" javadoc" )
22- }
23-
24- publishing.publications.withType<MavenPublication > {
25- artifact(javadocJar)
26- }
You can’t perform that action at this time.
0 commit comments