Skip to content

Commit

Permalink
58: Add mirror and forward bots to skara-bots CLI image
Browse files Browse the repository at this point in the history
Reviewed-by: rwestberg
  • Loading branch information
edvbld committed Aug 16, 2019
1 parent 71b944d commit 9325c74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bots/cli/build.gradle
Expand Up @@ -38,8 +38,10 @@ module {
dependencies {
implementation project(':bots:pr')
implementation project(':bots:hgbridge')
implementation project(':bots:forward')
implementation project(':bots:notify')
implementation project(':bots:mlbridge')
implementation project(':bots:mirror')
implementation project(':bots:submit')
implementation project(':bots:forward')
implementation project(':vcs')
Expand All @@ -61,8 +63,10 @@ images {
modules = ['jdk.crypto.ec',
'org.openjdk.skara.bots.pr',
'org.openjdk.skara.bots.hgbridge',
'org.openjdk.skara.bots.forward',
'org.openjdk.skara.bots.notify',
'org.openjdk.skara.bots.mlbridge',
'org.openjdk.skara.bots.mirror',
'org.openjdk.skara.bots.submit',
'org.openjdk.skara.bots.forward']
launchers = ['skara-bots': 'org.openjdk.skara.bots.cli/org.openjdk.skara.bots.cli.BotLauncher']
Expand Down

0 comments on commit 9325c74

Please sign in to comment.