Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
remove old compile scope
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Jan 13, 2022
1 parent 508de6d commit a8150d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Expand Up @@ -512,9 +512,6 @@ allprojects {
configurations.implementation.allDependencies.each { dep ->
addDependencyNode(dep, false, null)
}
configurations.compile.allDependencies.each { dep ->
addDependencyNode(dep, false, null)
}
configurations.compileOnly.allDependencies.each { dep ->
addDependencyNode(dep, true, null)
}
Expand Down

0 comments on commit a8150d0

Please sign in to comment.