This website requires JavaScript.
Explore
Help
Register
Sign In
Team2890
/
allwpilib
Watch
4
Star
0
Fork
0
You've already forked allwpilib
mirror of
https://github.com/wpilibsuite/allwpilib
synced
2026-06-19 00:41:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dba033eaee9d9c88c2a5c3ad76692cc26196672b
allwpilib
/
shared
/
javaDesktopTestTask.gradle
4 lines
57 B
Groovy
Raw
Normal View
History
Unescape
Escape
Add docs and lifecycle tasks for faster dev builds (#2182)
2019-12-20 13:48:26 -08:00
tasks
.
register
(
'testDesktopJava'
)
{
[build] Add spotless for other files (#3007) Adds spotless formatting for Gradle, xml, md, and gitignore files. yml linting is not performed as it requires a dependency on npm.
2020-12-30 16:17:20 -08:00
dependsOn
test
Add docs and lifecycle tasks for faster dev builds (#2182)
2019-12-20 13:48:26 -08:00
}
Reference in New Issue
Copy Permalink