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 committed Jan 5, 2024
1 parent cc5d317 commit 7e1366f
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 7e1366f

Please sign in to comment.