2021-08-16

This commit is contained in:
2021-08-16 11:17:18 +09:00
parent 62360c41a3
commit ed54dbad52
20 changed files with 387 additions and 17 deletions

View File

@@ -7,7 +7,7 @@
plugins {
id("elex-base")
id("elex-java")
application
}

View File

@@ -69,9 +69,9 @@ tasks.javadoc {
dependencies {
//implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
implementation("org.slf4j:slf4j-api:1.7.32")
implementation("org.jetbrains:annotations:21.0.1")
implementation("org.jetbrains:annotations:22.0.0")
implementation("com.elex-project:abraxas:4.5.3")
implementation("com.elex-project:abraxas:4.6.0")
compileOnly("org.projectlombok:lombok:1.18.20")
annotationProcessor("org.projectlombok:lombok:1.18.20")

View File

@@ -6,7 +6,7 @@
*/
plugins {
id ("elex-base")
id ("elex-java")
`java-library`
`maven-publish`
}

View File

@@ -6,7 +6,7 @@
*/
plugins {
id ("elex-base")
id ("elex-java")
war
}