Skip to content

Commit

Permalink
adding mix-bnb-local to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Roth committed Sep 22, 2020
1 parent 8f097ad commit 41ffc2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ createScript(project, 'humi.posets.ComparePosets', 'humi-compare-posets')

createScript(project, 'humi.models.BNB', 'humi-bnb')
createScript(project, 'humi.models.MixBNB', 'humi-mixbnb')
createScript(project, 'humi.models.LocalLambdaMixBNB', 'humi-mixbnb-local')
createScript(project, 'humi.models.MixGNB', 'humi-mixgnb')
createScript(project, 'humi.models.MixYS', 'humi-mixys')
createScript(project, 'humi.models.NB', 'humi-nb')
Expand All @@ -104,4 +105,4 @@ uploadArchives {
pom.groupId = "com.github.UBC-Stat-ML"
}
}
}
}

0 comments on commit 41ffc2d

Please sign in to comment.