Skip to content

Commit

Permalink
[xgb] Fixes missing anonymous classes
Browse files Browse the repository at this point in the history
Change-Id: I79645d18cd26aba2e8e4dff482b7efebbcecc096
  • Loading branch information
frankfliu committed Apr 14, 2022
1 parent ef7d6ca commit c03248f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/ml/xgboost/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jar {
it.isDirectory() ? [] : zipTree(it).matching {
include "lib/**",
"ml/dmlc/xgboost4j/java/DMatrix*",
"ml/dmlc/xgboost4j/java/NativeLibLoader.*",
"ml/dmlc/xgboost4j/java/NativeLibLoader*",
"ml/dmlc/xgboost4j/java/XGBoost*",
"ml/dmlc/xgboost4j/java/util/*",
"ml/dmlc/xgboost4j/LabeledPoint.*",
Expand Down

0 comments on commit c03248f

Please sign in to comment.