Skip to content

Commit d6aebde

Browse files
authored
Ensure source jar are included on java libraries (#8)
1 parent 003722a commit d6aebde

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

stream-android-core-annotations/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ apply(from = "${rootDir}/scripts/publish-module.gradle")
1414
java {
1515
sourceCompatibility = JavaVersion.VERSION_11
1616
targetCompatibility = JavaVersion.VERSION_11
17+
withSourcesJar()
1718
}
1819
kotlin {
1920
compilerOptions {

stream-android-core-lint/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ apply(from = "${rootDir}/scripts/publish-module.gradle")
1414
java {
1515
sourceCompatibility = JavaVersion.VERSION_11
1616
targetCompatibility = JavaVersion.VERSION_11
17+
withSourcesJar()
1718
}
1819
kotlin {
1920
compilerOptions {

0 commit comments

Comments
 (0)