NoIssue: Dependency bump
This commit is contained in:
@@ -28,9 +28,12 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.jetbrains:annotations:26.0.1")
|
implementation(platform("org.apache.logging.log4j:log4j-bom:2.25.2"))
|
||||||
implementation("log4j:log4j:1.2.17")
|
implementation("org.apache.logging.log4j:log4j-api")
|
||||||
implementation("com.r35157.nenjim:testtool-api:0.0.0")
|
runtimeOnly("org.apache.logging.log4j:log4j-core")
|
||||||
|
compileOnly("org.jetbrains:annotations:26.0.2-1")
|
||||||
|
|
||||||
|
implementation("com.r35157.nenjim:testtool-api:0.1-dev")
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|||||||
Reference in New Issue
Block a user