Logo
Explore Help
Register Sign In
Team2890/allwpilib
4
0
Fork 0
You've already forked allwpilib
mirror of https://github.com/wpilibsuite/allwpilib synced 2026-07-04 03:11:43 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
bd1dcc43581ece64d4f3b85f3b6cb3300a5bb569
allwpilib/epilogue-runtime/build.gradle

18 lines
325 B
Groovy
Raw Normal View History

[epilogue] Add an annotation-based logging framework for Java programs (#6584)
2024-07-16 20:25:43 -04:00
ext {
useJava = true
useCpp = false
baseId = 'epilogue-runtime'
groupId = 'edu.wpi.first.epilogue'
devMain = ''
}
apply from: "${rootDir}/shared/java/javacommon.gradle"
dependencies {
api(project(':ntcore'))
api(project(':wpiutil'))
api(project(':wpiunits'))
[datalog] Move all DataLog functionality to new datalog library (#7641) Currently the major DataLog backend API (reading and writing) is split between wpiutil and glass. In the interest of allowing code that wants to use these APIs to not need to link to glass and declutter wpiutil, all of those APIs are moved to a new library named "datalog". Signed-off-by: Jade Turner <spacey-sooty@proton.me> Co-authored-by: Jade Turner <spacey-sooty@proton.me> Co-authored-by: Gold856 <117957790+Gold856@users.noreply.github.com>
2025-02-19 23:08:17 -06:00
api(project(':datalog'))
[epilogue] Add an annotation-based logging framework for Java programs (#6584)
2024-07-16 20:25:43 -04:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 59ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API