Skip to content

Commit a07c709

Browse files
committed
updating build config
1 parent 2994f21 commit a07c709

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build.gradle.kts

+1-6
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ dependencies {
2626
testImplementation("org.junit.jupiter:junit-jupiter")
2727
testImplementation("org.mockito:mockito-core:5.14.2")
2828
}
29-
3029
tasks.test {
3130
useJUnitPlatform()
3231
}
@@ -95,10 +94,6 @@ publishing {
9594
create<MavenPublication>("gpr") {
9695
from(components["java"])
9796

98-
// Attach sources and Javadoc JARs
99-
artifact(tasks.named("sourcesJar"))
100-
artifact(tasks.named("javadocJar"))
101-
10297
groupId = "de.n21no.realtime.pubsub"
10398
artifactId = "core"
10499
version = project.version.toString()
@@ -134,4 +129,4 @@ publishing {
134129
url = uri("https://maven.pkg.github.com/BackendStack21/realtime-pubsub-client-java")
135130
}
136131
}
137-
}
132+
}

0 commit comments

Comments
 (0)