We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e12d2f9 + 5f7022f commit 85b3e25Copy full SHA for 85b3e25
2 files changed
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "config"]
2
+ path = config
3
+ url = https://github.com/KEA-ReNov8/config.git
build.gradle
@@ -14,6 +14,14 @@ java {
14
}
15
16
17
+task copyPrivate(type:Copy) {
18
+ copy {
19
+ from './config/gateway-service'
20
+ include "*.yml"
21
+ into 'src/main/resources'
22
+ }
23
+}
24
+
25
repositories {
26
mavenCentral()
27
0 commit comments