This website requires JavaScript.
Explore
Help
Sign In
andreika-git
/
rusefi
mirror of
https://github.com/andreika-git/rusefi.git
Watch
1
Star
0
Fork
You've already forked rusefi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
07b76ead0e
rusefi
/
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
}