mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-21 23:14:27 +01:00
11 lines
173 B
Groovy
11 lines
173 B
Groovy
plugins {
|
|
id 'lnd-manageJ.java-library-conventions'
|
|
}
|
|
|
|
dependencies {
|
|
api 'com.github.ben-manes.caffeine:caffeine:3.0.4'
|
|
}
|
|
|
|
pitest {
|
|
testStrengthThreshold = 90
|
|
} |