Skip to content

Commit

Permalink
Potentially fixes #137 ... but likely re-introduces some vulnerabilit…
Browse files Browse the repository at this point in the history
…ies.
  • Loading branch information
simonbrowndotje committed Nov 4, 2024
1 parent 29f920b commit cec18da
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions structurizr-onpremises/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,6 @@ dependencies {
testImplementation 'org.testcontainers:elasticsearch:1.20.3'
}

configurations.all {
resolutionStrategy {
force 'com.google.guava:guava:14.0.1'
force 'com.google.guava:guava-gwt:14.0.1'
}
}

tasks.withType(JavaCompile).configureEach {
options.compilerArgs.add("-parameters")
}
Expand Down

0 comments on commit cec18da

Please sign in to comment.