Skip to content

Commit

Permalink
disable ML module
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Jan 22, 2025
1 parent aa51b16 commit e4a95c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def documentationProjects= [
":commercetools:commercetools-http-client",
":commercetools:commercetools-sdk-java-api",
":commercetools:commercetools-sdk-java-importapi",
":commercetools:commercetools-sdk-java-ml",
// ":commercetools:commercetools-sdk-java-ml",
":commercetools:commercetools-sdk-compat-v1",
":commercetools:commercetools-sdk-java-history",
":rmf:rmf-java-base",
Expand Down
2 changes: 1 addition & 1 deletion commercetools/internal-docs/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
implementation project(":commercetools:commercetools-sdk-java-api")
implementation project(":commercetools:commercetools-sdk-java-importapi")
implementation project(":commercetools:commercetools-sdk-java-ml")
// implementation project(":commercetools:commercetools-sdk-java-ml")
implementation project(":commercetools:commercetools-sdk-java-history")
implementation project(":commercetools:commercetools-http-client")
implementation project(":commercetools:commercetools-apachehttp-client")
Expand Down

0 comments on commit e4a95c5

Please sign in to comment.