We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d569f6b commit f43bc90Copy full SHA for f43bc90
build.gradle.kts
@@ -19,14 +19,19 @@ plugins {
19
20
repositories {
21
mavenCentral()
22
+ mavenLocal()
23
}
24
25
+
26
27
publishing {
- publications {
- create<MavenPublication>("default") {
- from(components["kotlin"])
28
- }
29
+ //publications {
+// create<MavenPublication>("default") {
30
+// // from(components["kotlin"])
31
+//
32
+// artifact(sourceSets.get())
33
+// }
34
+ //}
35
36
37
maven {
settings.gradle.kts
@@ -4,4 +4,4 @@
4
* This project uses @Incubating APIs which are subject to change.
5
*/
6
7
-rootProject.name = "database-priority-queue"
+rootProject.name = "dynamodb-priority-queue"
0 commit comments