Skip to content

Commit

Permalink
correct some deps on deephaven-jpy to only include the wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Apr 12, 2022
1 parent 01b821b commit a82bd5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions buildSrc/src/main/groovy/io.deephaven.python-wheel.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ def buildWheel = Docker.buildPyWheel(project, 'buildWheel', "deephaven/${project
artifacts {
pythonWheel buildWheel
}


2 changes: 1 addition & 1 deletion docker/runtime-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configurations {
}

dependencies {
pythonWheel project(':deephaven-jpy')
pythonWheel project(path: ':deephaven-jpy', targetConfiguration: 'pythonWheel')
pythonWheel project(':deephaven-legacy-wheel')
pythonWheel project(':py-server')
}
Expand Down
2 changes: 1 addition & 1 deletion py/server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
}

dependencies {
pythonWheel project(':deephaven-jpy')
pythonWheel project(path: ':deephaven-jpy', targetConfiguration: 'pythonWheel')
}

0 comments on commit a82bd5d

Please sign in to comment.