Skip to content

Commit 85b3e25

Browse files
authored
Merge pull request #13 from KEA-ReNov8/KAN-82-CICD
KAN-82 Add config submodule setting
2 parents e12d2f9 + 5f7022f commit 85b3e25

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "config"]
2+
path = config
3+
url = https://github.com/KEA-ReNov8/config.git

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ java {
1414
}
1515
}
1616

17+
task copyPrivate(type:Copy) {
18+
copy {
19+
from './config/gateway-service'
20+
include "*.yml"
21+
into 'src/main/resources'
22+
}
23+
}
24+
1725
repositories {
1826
mavenCentral()
1927
}

0 commit comments

Comments
 (0)