We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2994f21 commit a07c709Copy full SHA for a07c709
build.gradle.kts
@@ -26,7 +26,6 @@ dependencies {
26
testImplementation("org.junit.jupiter:junit-jupiter")
27
testImplementation("org.mockito:mockito-core:5.14.2")
28
}
29
-
30
tasks.test {
31
useJUnitPlatform()
32
@@ -95,10 +94,6 @@ publishing {
95
94
create<MavenPublication>("gpr") {
96
from(components["java"])
97
98
- // Attach sources and Javadoc JARs
99
- artifact(tasks.named("sourcesJar"))
100
- artifact(tasks.named("javadocJar"))
101
102
groupId = "de.n21no.realtime.pubsub"
103
artifactId = "core"
104
version = project.version.toString()
@@ -134,4 +129,4 @@ publishing {
134
129
url = uri("https://maven.pkg.github.com/BackendStack21/realtime-pubsub-client-java")
135
130
136
131
137
-}
132
+}
0 commit comments