Skip to content

Commit d8e9528

Browse files
committed
Exclude "examples" package
1 parent d8ad3c5 commit d8e9528

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ java {
3232
withJavadocJar()
3333
}
3434

35+
sourceSets {
36+
main {
37+
java {
38+
exclude 'examples/**'
39+
}
40+
}
41+
}
42+
3543
publishing {
3644
repositories {
3745
maven {

0 commit comments

Comments
 (0)