-
Notifications
You must be signed in to change notification settings - Fork 9
task createTestResources #1
Copy link
Copy link
Open
Description
Hello,
in my case the task createTestResources seems to create nothing because System.env.MOCK_MAKER is null. Can you please confirm, that the if-else branching
if (System.env.MOCK_MAKER != null) {
logger.info("Using MockMaker ${System.env.MOCK_MAKER}")
mockMakerFile.parentFile.mkdirs()
mockMakerFile.createNewFile()
mockMakerFile.write(System.env.MOCK_MAKER)
} else {
logger.info("Using default MockMaker")
}
is correct? Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels