Skip to content

Commit 0f8855a

Browse files
committed
build fixes
1 parent ef1d067 commit 0f8855a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ dependencies {
6969
task sourcesJar(type: Jar, dependsOn: classes) {
7070
classifier = "sources"
7171
from sourceSets.main.allSource
72+
from sourceSets.test.allSource
7273
}
73-
7474
artifacts {
7575
archives jar
7676
}

0 commit comments

Comments
 (0)