Skip to content

Commit 0487981

Browse files
committed
v3.3.1
1 parent 9f52253 commit 0487981

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

build.gradle.kts

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
1-
2-
version = "3.3.0"
3-
41
plugins {
52
val build = "0.7.0+79"
63
id("kx.kotlin") version build
74
// 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-
}
5+
id("kx.publish") version build
246
}

settings.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ pluginManagement {
88
}
99
}
1010

11+
gradle.rootProject {
12+
version = "3.3.1"
13+
}
1114

1215
includeBuild("../build-logic")
1316
includeBuild("../magik")

0 commit comments

Comments
 (0)