This website requires JavaScript.
Explore
Help
Sign In
rusefi
/
custom-board-bundle-sample-fork-of-rusefi
mirror of
https://github.com/rusefi/custom-board-bundle-sample-fork-of-rusefi.git
Watch
1
Star
0
Fork
You've already forked custom-board-bundle-sample-fork-of-rusefi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
50bb3aff97
custom-board-bundle-sample-...
/
java_console
/
logging
/
build.gradle
7 lines
81 B
Groovy
Raw
Normal View
History
Unescape
Escape
Feat 3014 3 enum2string migration and logging and logging-api too (#3157) * feat: completed working build.gradle for enum_to_string logging and logging-api; needed to rename jar and check it content carefully * fix: added logging and logging-api dependencies to resulting jar file * fix: deleted deprecated build.xml
2021-08-14 23:15:31 -07:00
plugins
{
id
'java-library'
}
dependencies
{
reducing gradle mess
2022-10-15 07:38:34 -07:00
api
project
(
':logging-api'
)
Feat 3014 3 enum2string migration and logging and logging-api too (#3157) * feat: completed working build.gradle for enum_to_string logging and logging-api; needed to rename jar and check it content carefully * fix: added logging and logging-api dependencies to resulting jar file * fix: deleted deprecated build.xml
2021-08-14 23:15:31 -07:00
}