mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-02-01 20:24:27 +01:00
12 lines
175 B
Plaintext
12 lines
175 B
Plaintext
plugins {
|
|
id("lnd-manageJ.java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
testImplementation("org.awaitility:awaitility")
|
|
}
|
|
|
|
pitest {
|
|
testStrengthThreshold.set(99)
|
|
}
|