mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-29 02:21:41 +00:00
Bump spotless version and update config for groovyGradle stuff (#979)
This commit is contained in:
@@ -89,7 +89,7 @@ jacocoTestReport {
|
||||
afterEvaluate {
|
||||
classDirectories.setFrom(files(classDirectories.files.collect {
|
||||
fileTree(dir: it,
|
||||
exclude: "edu/wpi/**"
|
||||
exclude: "edu/wpi/**"
|
||||
)
|
||||
}))
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ ext.createComponentZipTasks = { components, names, base, type, project, func ->
|
||||
if (it in NativeLibrarySpec && stringNames.contains(it.name)) {
|
||||
it.binaries.each {
|
||||
if (!it.buildable) return
|
||||
def target = nativeUtils.getPublishClassifier(it)
|
||||
def target = nativeUtils.getPublishClassifier(it)
|
||||
if (configMap.containsKey(target)) {
|
||||
configMap.get(target).add(it)
|
||||
} else {
|
||||
@@ -128,7 +128,7 @@ ext.createAllCombined = { list, name, base, type, project ->
|
||||
|
||||
list.each {
|
||||
if (it.name.endsWith('debug')) return
|
||||
from project.zipTree(it.archiveFile)
|
||||
from project.zipTree(it.archiveFile)
|
||||
dependsOn it
|
||||
}
|
||||
}
|
||||
@@ -140,7 +140,6 @@ ext.createAllCombined = { list, name, base, type, project ->
|
||||
}
|
||||
|
||||
return task
|
||||
|
||||
}
|
||||
|
||||
// Create the standard ZIP format for the dependencies.
|
||||
|
||||
Reference in New Issue
Block a user