under construction
This commit is contained in:
21
buildSrc/src/main/kotlin/elex-java-library.gradle.kts
Normal file
21
buildSrc/src/main/kotlin/elex-java-library.gradle.kts
Normal file
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* Project Asgard
|
||||
*
|
||||
* Copyright (c) 2021. Elex. All Rights Reserved.
|
||||
* https://www.elex-project.com/
|
||||
*/
|
||||
|
||||
plugins{
|
||||
id("elex-base")
|
||||
`java-library`
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly("org.projectlombok:lombok:1.18.16")
|
||||
annotationProcessor("org.projectlombok:lombok:1.18.16")
|
||||
testAnnotationProcessor("org.projectlombok:lombok:1.18.16")
|
||||
|
||||
testImplementation("ch.qos.logback:logback-classic:1.2.3")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.7.0")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.0")
|
||||
}
|
||||
Reference in New Issue
Block a user