mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2025-12-20 15:34:20 +01:00
12 lines
173 B
Plaintext
12 lines
173 B
Plaintext
plugins {
|
|
id("lnd-manageJ.java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api("com.github.ben-manes.caffeine:caffeine")
|
|
}
|
|
|
|
pitest {
|
|
testStrengthThreshold.set(91)
|
|
}
|