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
e0ec1aa31c
Ascension
/
common
/
api
/
build.gradle
8 lines
92 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
Version catalog, updated some versions
2022-04-22 19:56:11 +02:00
api
(
libs
.
slf4j
.
api
)
Route slf4j from our dependencies directly to our logging handler
2021-10-25 01:04:46 +02:00
}
Reference in New Issue
Copy Permalink