Skip to content

Commit

Permalink
explicitly depend on Integrations for the runtime-base image
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed May 18, 2021
1 parent 51137a9 commit 3e9d902
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py/jpy-integration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
}

evaluationDependsOn ':deephaven-jpy'
evaluationDependsOn ':Integrations'

sourceSets {
// All sourcesets here are used for testing; we'll inform the idea{} plugin, below
Expand Down Expand Up @@ -133,6 +134,7 @@ if (!PyEnv.pythonEnabled(project)) {
into 'classes'
}
}
parentContainers = [project(':Integrations').tasks.findByName('buildDeephavenPython')] // deephaven/runtime-base
dockerfile {
// base image with default java, python, wheels
from 'deephaven/runtime-base'
Expand Down

0 comments on commit 3e9d902

Please sign in to comment.