add methods and lib for protection files
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-01-08 03:22:32 +07:00
parent 3a9a5b48a2
commit f136ac1f0a
10 changed files with 317 additions and 0 deletions
+7
View File
@@ -21,6 +21,9 @@ configurations {
repositories {
mavenCentral()
flatDir {
dirs 'libs'
}
}
dependencies {
@@ -45,6 +48,10 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.mockito:mockito-core:5.3.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.0'
implementation name: 'testlib-0.1.2'
}
tasks.named('test') {