fix shadowjar
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-05-22 03:16:53 +02:00
parent 92a70b5611
commit 5a644573e5
4 changed files with 16 additions and 2 deletions

6
src/main/kotlin/Main.kt Normal file
View File

@@ -0,0 +1,6 @@
import worker.Glue
fun main(args: Array<String>) {
val glue = Glue()
glue.recieve()
}