add info extension
This commit was merged in pull request #2.
This commit is contained in:
@@ -19,6 +19,7 @@ plugins {
|
||||
dependencies {
|
||||
implementation(aa.jgit)
|
||||
|
||||
testImplementation(aa.assertj)
|
||||
testImplementation(aa.junit.jupiter.params)
|
||||
testImplementation(aa.kotlin.junit5)
|
||||
testImplementation(aa.mockk)
|
||||
@@ -114,6 +115,8 @@ tasks {
|
||||
}
|
||||
}
|
||||
withType<Test> {
|
||||
// Set TEST_ENV environment variable for test execution
|
||||
environment["TEST_ENV"] = "lulz"
|
||||
useJUnitPlatform()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user