Skip to content

Commit

Permalink
re-enable default sources jar
Browse files Browse the repository at this point in the history
  • Loading branch information
oharaandrew314 committed Jul 12, 2024
1 parent ffa7f37 commit 8f4be94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tasks.jacocoTestReport {
}

mavenPublishing {
configure(KotlinJvm(JavadocJar.None(), true))
configure(KotlinJvm(sourcesJar = true))
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
signAllPublications()
coordinates("dev.andrewohara", "dynamokt", "1.0.0")
Expand Down

0 comments on commit 8f4be94

Please sign in to comment.