diff --git a/build.gradle b/build.gradle index 9f38830..70fad6b 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ dependencies { processResources.dependsOn('copyGitSubmodule') task copyGitSubmodule(type: Copy) { from './config' - include '*.yaml' + include '*.yaml', '*.json' into 'src/main/resources' }