Skip to content

Commit

Permalink
Publish sources jar to maven
Browse files Browse the repository at this point in the history
  • Loading branch information
jckoenen authored and tiulpin committed Jan 10, 2024
1 parent f072612 commit d93e4be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sarif/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ tasks {
}
}

java {
withSourcesJar()
}

publishing {
publications {
create<MavenPublication>("sarif") {
Expand Down

0 comments on commit d93e4be

Please sign in to comment.