Sync docs from master to gh-pages
This commit is contained in:
@@ -9052,6 +9052,7 @@ class MocoHttpServerStub implements HttpServerStub {
|
||||
HttpServerStub registerMappings(Collection<File> stubFiles) {
|
||||
List<RunnerSetting> settings = stubFiles.findAll { it.name.endsWith("json") }
|
||||
.collect {
|
||||
log.info("Trying to parse [{}]", it.name)
|
||||
try {
|
||||
return RunnerSetting.aRunnerSetting().withStream(it.newInputStream()).build()
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user