Skip to content

Commit

Permalink
ci: add exclusions to avoid cyclic dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Aug 29, 2024
1 parent 204274d commit 1a20d15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ val edcBuildVersion = libs.versions.edc.build

buildscript {
dependencies {
classpath(libs.edc.build)
classpath(libs.edc.build) {
exclude("org.jetbrains", "annotations")
exclude("org.jetbrains.kotlin", "kotlin-stdlib")
}
}
}

Expand Down

0 comments on commit 1a20d15

Please sign in to comment.