Archived
0

dummy server

This commit is contained in:
2021-04-24 21:29:51 +03:00
parent 1f6c05f272
commit a9b053765e
6 changed files with 126 additions and 0 deletions

View File

@@ -38,6 +38,11 @@ dependencies {
implementation libs.dagger2.implementation
annotationProcessor libs.dagger2.annotationProcessor
implementation platform('io.projectreactor:reactor-bom:2020.0.6')
implementation 'io.projectreactor:reactor-core'
implementation 'io.netty:netty-all:4.1.22.Final'
}
application.mainClassName = 'mc.server.Main'