Skip to content

Commit

Permalink
Fix warning message (withSourcesJar() needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
audaki committed May 25, 2024
1 parent d5a8cd2 commit cfe0acb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ processResources {
}

java {
withSourcesJar()

sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
Expand Down

0 comments on commit cfe0acb

Please sign in to comment.