File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,17 @@ distributions {
1212 published {
1313 distributionBaseName = " dwh-migration-tools"
1414 contents {
15+ duplicatesStrategy(DuplicatesStrategy . EXCLUDE )
1516 from(" client" ) {
1617 exclude " **/__pycache__"
1718 into " client"
1819 }
1920 project(" :dumper:app" ). afterEvaluate {
2021 from it. tasks. installPublishedDist
2122 }
23+ project(" :permissions-migration:app" ). afterEvaluate {
24+ from it. tasks. installPublishedDist
25+ }
2226 }
2327 }
2428}
Original file line number Diff line number Diff line change 5555
5656if [[ " $STEP_TEST " == " true" ]] ; then
5757 " $GRADLE_CMD " :dumper:app:test
58+ " $GRADLE_CMD " :permissions-migration:app:test
5859fi
5960
6061if [[ " $STEP_BUILD " == " true" ]] ; then
6162 " $GRADLE_CMD " --parallel :dumper:app:installDist
63+ " $GRADLE_CMD " --parallel :permissions-migration:app:installDist
6264fi
Original file line number Diff line number Diff line change @@ -16,5 +16,6 @@ include(
1616 ' :dbsync:storage-hdfs' ,
1717 ' :dbsync:server' ,
1818 ' :dbsync:client' ,
19- ' :dbsync:gcsync'
19+ ' :dbsync:gcsync' ,
20+ ' :permissions-migration:app'
2021)
You can’t perform that action at this time.
0 commit comments