migration
This commit is contained in:
18
event-handlers/build.gradle
Normal file
18
event-handlers/build.gradle
Normal file
@@ -0,0 +1,18 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
group = 'hdvtdev'
|
||||
version = '1.0.0'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':core')
|
||||
//annotationProcessor 'com.fasterxml.jackson.core:jackson-annotations:2.18.3'
|
||||
annotationProcessor project(':annotation-processor')
|
||||
implementation project(":event-handlers-annotations")
|
||||
implementation 'org.jetbrains:annotations:26.0.2-1'
|
||||
}
|
||||
Reference in New Issue
Block a user