Skip to content

Commit

Permalink
generate sources jar for maven
Browse files Browse the repository at this point in the history
  • Loading branch information
tildejustin committed May 12, 2024
1 parent ce6a6b6 commit d40c70c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ tasks.withType(JavaCompile).configureEach {

java {
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
withSourcesJar()
}

jar {
Expand Down

0 comments on commit d40c70c

Please sign in to comment.