We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f52253 commit 0487981Copy full SHA for 0487981
build.gradle.kts
@@ -1,24 +1,6 @@
1
-
2
-version = "3.3.0"
3
4
plugins {
5
val build = "0.7.0+79"
6
id("kx.kotlin") version build
7
// id("kx.dokka") version build
8
- // id("kx.publish") version build
9
- `maven-publish`
10
-}
11
12
13
-publishing {
14
- publications.create<MavenPublication>("maven") {
15
- from(components["java"])
16
- suppressPomMetadataWarningsFor("runtimeElements")
17
- }
18
- repositories {
19
- maven {
20
- name = "repo"
21
- url = uri("$rootDir/repo")
22
23
+ id("kx.publish") version build
24
}
settings.gradle.kts
@@ -8,6 +8,9 @@ pluginManagement {
+gradle.rootProject {
+ version = "3.3.1"
+}
includeBuild("../build-logic")
includeBuild("../magik")
0 commit comments