This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
Ascension
Watch
1
Star
0
Fork
0
You've already forked Ascension
mirror of
https://github.com/DiscordSRV/Ascension.git
synced
2024-11-01 08:39:31 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
29e01878b2
Ascension
/
common
/
api
/
build.gradle
8 lines
105 B
Groovy
Raw
Normal View
History
Unescape
Escape
Route slf4j from our dependencies directly to our logging handler
2021-10-25 01:04:46 +02:00
dependencies
{
// API
api
project
(
':api'
)
// Logging
Join, leave, server switch messages. Fixed dependency logging, added config option ordering annotation, fixed some issues with translation/configuration
2021-12-24 00:21:14 +01:00
api
'org.slf4j:slf4j-api:1.7.32'
Route slf4j from our dependencies directly to our logging handler
2021-10-25 01:04:46 +02:00
}
Reference in New Issue
Copy Permalink