Skip to content

Commit e9db28a

Browse files
committed
Clean up deps
1 parent 7181209 commit e9db28a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

stability-compiler/build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
import org.gradle.api.publish.maven.MavenPublication
16+
1717
import org.gradle.jvm.tasks.Jar
1818

1919
plugins {
2020
kotlin("jvm")
2121
alias(libs.plugins.kotlin.serialization)
2222
alias(libs.plugins.shadow)
2323
alias(libs.plugins.nexus.plugin)
24-
`maven-publish`
2524
}
2625

2726
kotlin {
@@ -54,10 +53,8 @@ java {
5453
targetCompatibility = JavaVersion.VERSION_11
5554
}
5655

57-
// Configure shadowJar to embed kotlinx.serialization
5856
tasks.shadowJar {
5957
archiveClassifier.set("all")
60-
// Merge all runtime dependencies (including kotlinx-serialization)
6158
configurations = listOf(project.configurations.runtimeClasspath.get())
6259

6360
// Don't relocate - K/Native compiler needs original package names

0 commit comments

Comments
 (0)