Skip to content

Commit

Permalink
Cleanup to get ready for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Nov 8, 2024
1 parent 29ade1d commit d6ca6f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions server/jetty-11/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ dependencies {
api(project(':Integrations')) {
because 'downstream dagger compile'
}

implementation project(":util-thread")

runtimeOnly(project(':web'))

implementation libs.dagger
Expand Down
2 changes: 1 addition & 1 deletion server/jetty-app-11/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (hasProperty('groovy')) {
}

if (!hasProperty('excludeHotspotImpl')) {
extraJvmArgs += ['--add-exports', 'java.management/sun.management=ALL-UNNAMED']
extraJvmArgs += ['--add-exports', 'java.management/sun.management=ALL-UNNAMED']
}

if (!hasProperty('excludeClockImpl')) {
Expand Down
1 change: 1 addition & 0 deletions server/jetty-app-custom-11/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ configurations {

dependencies {
implementation project(':server-jetty-11')
implementation project(":util-thread")
implementation libs.dagger
annotationProcessor libs.dagger.compiler

Expand Down

0 comments on commit d6ca6f0

Please sign in to comment.