mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-13 13:54:37 +01:00
Replace console with a jline implementation
This commit is contained in:
@@ -79,6 +79,9 @@ dependencies {
|
||||
implementation group: 'de.bwaldvogel', name: 'mongo-java-server', version: '1.44.0'
|
||||
implementation group: 'de.bwaldvogel', name: 'mongo-java-server-h2-backend', version: '1.44.0'
|
||||
|
||||
implementation group: 'org.jline', name: 'jline', version: '3.23.0'
|
||||
implementation group: 'org.jline', name: 'jline-terminal-jansi', version: '3.23.0'
|
||||
|
||||
protobuf files('proto/')
|
||||
|
||||
compileOnly 'org.projectlombok:lombok:1.18.30'
|
||||
|
||||
Reference in New Issue
Block a user