Files
allwpilib/javacPlugin/build.gradle
2025-11-07 23:09:21 -08:00

18 lines
383 B
Groovy

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 'com.google.testing.compile:compile-testing:+'
testImplementation project(':commandsv2')
}