Skip to content

Commit

Permalink
build: fix resolutionStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
dapengzhang0 committed Apr 6, 2020
1 parent aafd6e4 commit 3dcd610
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,8 @@ subprojects {
]
}

// Define a separate configuration for managing the dependency on Jetty ALPN agent.
configurations {
compile {
compileClasspath {
// Detect Maven Enforcer's dependencyConvergence failures. We only
// care for artifacts used as libraries by others.
if (!(project.name in [
Expand Down

0 comments on commit 3dcd610

Please sign in to comment.