Publish sources JAR and ensure new lines.

This commit is contained in:
2023-02-07 05:57:45 -05:00
parent 34648bdc8c
commit 0ed243e9ae
2 changed files with 14 additions and 0 deletions

View File

@ -101,3 +101,7 @@ publishing {
tasks.withType<Wrapper> {
gradleVersion = "7.6"
}
java {
withSourcesJar()
}