Skip to content

Commit

Permalink
Tests are not included in sources
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Mar 26, 2024
1 parent 9d5eabe commit fc62e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -41,7 +41,7 @@ java {
// but compile against newer JDK libraries so that we can use @Target({..., MODULE})

tasks.named('sourcesJar') {
exclude('**.class', 'samples/**')
exclude('**.class')
}
}

Expand Down

0 comments on commit fc62e30

Please sign in to comment.