mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
15 lines
No EOL
197 B
Groovy
15 lines
No EOL
197 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
repositories {
|
|
jcenter()
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.1'
|
|
}
|
|
|
|
jar {
|
|
archiveBaseName = 'brainwine-shared'
|
|
} |