HIRS/HIRS_Structs/build.gradle
TheSilentCoder a5a0fc7391
Some checks are pending
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (ubuntu-20.04) (push) Waiting to run
Dotnet Provisioner Unit Tests / Restore and Run Unit Tests (windows-2022) (push) Waiting to run
Dotnet Provisioner Unit Tests / Evaluate Tests (push) Blocked by required conditions
HIRS Build and Unit Test / ACA_Provisioner_Unit_Tests (push) Waiting to run
HIRS System Tests / DockerTests (push) Waiting to run
issue_896: Placed test task in the root build.gradle. Made more fixes to the test classes.
2025-02-13 17:20:26 -05:00

24 lines
541 B
Groovy

dependencies {
implementation libs.commons.lang3
compileOnly libs.lombok
annotationProcessor libs.lombok
testImplementation libs.spring.boot.starter.test
// explicitly include the patched version of the logback-core dependency
testImplementation libs.logback.classic
testCompileOnly libs.lombok
testAnnotationProcessor libs.lombok
}
//publishing {
// publications {
// maven(MavenPublication) {
// artifactId 'hirs-structs'
// from components.java
// }
// }
//}