Skip to content

Commit

Permalink
remove unused configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Jul 4, 2024
1 parent eb0523b commit cbf1bc8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions ClientSupport/ClientSupport.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ plugins {
id 'io.deephaven.project.register'
}

configurations {
implementation.extendsFrom dhConsole
}

dependencies {
implementation project(':engine-table')
implementation project(':engine-function')
Expand Down
1 change: 0 additions & 1 deletion Generators/Generators.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins {
evaluationDependsOn Docker.registryProject('python')

configurations {
implementation.extendsFrom jdom
combinedJavadoc
}

Expand Down
5 changes: 0 additions & 5 deletions extensions/barrage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ plugins {
id 'io.deephaven.project.register'
}

configurations {
implementation.extendsFrom irisDb
testImplementation.extendsFrom irisDbTest
}

description = 'An extension integrating Barrage with Deephaven\'s Table Model'

dependencies {
Expand Down
5 changes: 0 additions & 5 deletions java-client/barrage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ plugins {
id 'io.deephaven.project.register'
}

configurations {
implementation.extendsFrom irisDb
testImplementation.extendsFrom irisDbTest
}

description = 'The Deephaven Barrage Client'

dependencies {
Expand Down

0 comments on commit cbf1bc8

Please sign in to comment.