Skip to content

Commit

Permalink
Add global exclusion to Common remote dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Oct 28, 2024
1 parent 4b7b18d commit e95c53d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ allprojects {

apply plugin: 'java'

configurations {
// do not pull in EOCV-Sim's Common module from a repository, it's already in the project
runtime.exclude group: "com.github.deltacv.EOCV-Sim", module: "Common"
}

ext {
standardVersion = version
}
Expand Down

0 comments on commit e95c53d

Please sign in to comment.