mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Fix errorprone so it is version locked and reports warnings (#1242)
This commit is contained in:
committed by
Peter Johnson
parent
a11fcb605d
commit
cbb62fb98f
@@ -95,10 +95,6 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
configurations.errorprone {
|
||||
resolutionStrategy.force 'com.google.errorprone:error_prone_core:2.0.9'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
dev
|
||||
}
|
||||
@@ -114,6 +110,8 @@ dependencies {
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.2.0'
|
||||
|
||||
devCompile sourceSets.main.output
|
||||
|
||||
errorprone 'com.google.errorprone:error_prone_core:2.3.1'
|
||||
}
|
||||
|
||||
task run(type: JavaExec) {
|
||||
|
||||
Reference in New Issue
Block a user