Skip to content

Commit

Permalink
Merge pull request #2822 from h2oai/michalk_xgb-big-dense
Browse files Browse the repository at this point in the history
PUBDEV-5909: XGBoost: Optimized Matrix transfer between Java and native code
  • Loading branch information
Michal Kurka committed Sep 14, 2018
2 parents af64ae2 + 7ac670c commit d006002
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 184 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Expand Up @@ -208,6 +208,9 @@ subprojects {
version = rootProject.version

repositories {
if (project.hasProperty("enableMavenLocal")) { // useful for development
mavenLocal()
}
mavenCentral()
jcenter()
maven {
Expand All @@ -222,7 +225,6 @@ subprojects {
maven {
url "http://repository.mapr.com/maven/"
}
// mavenLocal()
}

// Publish artifacts - we should filter subproject in future but now apply publisher plugin
Expand Down

0 comments on commit d006002

Please sign in to comment.