[build] Make devImplementation inherit from implementation (#5450)

Remove manually adding dependencies to devImplementation.
Fix wpilibNewCommands devMain package.
This commit is contained in:
Joseph Eng
2023-07-17 17:19:03 -07:00
committed by GitHub
parent 9b8d90b852
commit daf022d3da
5 changed files with 5 additions and 20 deletions

View File

@@ -96,6 +96,10 @@ sourceSets {
dev
}
configurations {
devImplementation.extendsFrom(implementation)
}
tasks.withType(JavaCompile).configureEach {
options.compilerArgs = [
'--release',