Skip to content

Commit

Permalink
Followup to Colin's review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferretti committed Apr 1, 2022
1 parent f6ce5d3 commit dc7b413
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion server/jetty-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (hasProperty('groovy')) {
extraJvmArgs += ['-Ddeephaven.console.type=groovy']
}

if (property('includeHotspotImpl') == 'true') {
if (!hasProperty('excludeHotspotImpl')) {
dependencies {
runtimeOnly project(':hotspot-impl')
}
Expand Down
1 change: 0 additions & 1 deletion server/jetty-app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
io.deephaven.project.ProjectType=JAVA_LOCAL
includeHotspotImpl=true
2 changes: 1 addition & 1 deletion server/netty-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (hasProperty('groovy')) {
extraJvmArgs += ['-Ddeephaven.console.type=groovy']
}

if (property('includeHotspotImpl') == 'true') {
if (!hasProperty('excludeHotspotImpl')) {
dependencies {
runtimeOnly project(':hotspot-impl')
}
Expand Down
1 change: 0 additions & 1 deletion server/netty-app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
io.deephaven.project.ProjectType=JAVA_LOCAL
includeHotspotImpl=true

0 comments on commit dc7b413

Please sign in to comment.