1
0
mirror of synced 2026-05-22 21:33:16 +00:00

buildSrc to publish

This commit is contained in:
Rob Winch
2021-05-17 14:00:56 -05:00
parent 53fec9e98b
commit 304636520d
15 changed files with 292 additions and 247 deletions
+3 -1
View File
@@ -51,7 +51,9 @@ tasks.processResources {
tasks.jar.from { includeProject.sourceSets.main.output }
tasks.sourcesJar.from {includeProject.sourceSets.main.java}
project.tasks.matching { t -> t.name == "sourcesJar"}.configureEach {
from {includeProject.sourceSets.main.java }
}
configure(project.tasks.withType(Test)) {
doFirst {