migration
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -1,5 +1,6 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'application'
|
||||
}
|
||||
|
||||
group = 'com.github.hdvtdev'
|
||||
@@ -11,7 +12,16 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
implementation(project(":core"))
|
||||
annotationProcessor(project(":annotation-processor"))
|
||||
implementation(project(":longpolling-okhttp"))
|
||||
implementation(project(":event-handlers"))
|
||||
implementation(project(":event-handlers-annotations"))
|
||||
|
||||
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass = "Main"
|
||||
}
|
||||
|
||||
tasks.register('fat', Jar) {
|
||||
|
||||
Reference in New Issue
Block a user