ext { useJava = true useCpp = false baseId = 'wpilibj-javac-plugin' groupId = 'org.wpilib' nativeName = '' devMain = '' } apply from: "${rootDir}/shared/java/javacommon.gradle" dependencies { implementation project(':wpiannotations') testImplementation libs.compile.testing testImplementation project(':commandsv2') }