mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Make devImplementation inherit from implementation (#5450)
Remove manually adding dependencies to devImplementation. Fix wpilibNewCommands devMain package.
This commit is contained in:
@@ -96,6 +96,10 @@ sourceSets {
|
||||
dev
|
||||
}
|
||||
|
||||
configurations {
|
||||
devImplementation.extendsFrom(implementation)
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
options.compilerArgs = [
|
||||
'--release',
|
||||
|
||||
Reference in New Issue
Block a user