Skip to content

Commit f43bc90

Browse files
committed
removed publish duplication
1 parent d569f6b commit f43bc90

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

build.gradle.kts

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,19 @@ plugins {
1919

2020
repositories {
2121
mavenCentral()
22+
mavenLocal()
2223
}
2324

25+
26+
2427
publishing {
25-
publications {
26-
create<MavenPublication>("default") {
27-
from(components["kotlin"])
28-
}
29-
}
28+
//publications {
29+
// create<MavenPublication>("default") {
30+
// // from(components["kotlin"])
31+
//
32+
// artifact(sourceSets.get())
33+
// }
34+
//}
3035

3136
repositories {
3237
maven {

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* This project uses @Incubating APIs which are subject to change.
55
*/
66

7-
rootProject.name = "database-priority-queue"
7+
rootProject.name = "dynamodb-priority-queue"

0 commit comments

Comments
 (0)