Skip to content

Commit

Permalink
Remove redundant forcing in buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yevsyukov committed Oct 8, 2024
1 parent 828b101 commit c771873
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions mc-java-annotation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@
import io.spine.internal.dependency.Roaster
import io.spine.internal.dependency.Spine

buildscript {
configurations.all {
resolutionStrategy {
@Suppress("RemoveRedundantQualifierName")
force(io.spine.internal.dependency.Spine.baseForBuildScript)
}
}
}

plugins {
`java-test-fixtures`
id("io.spine.mc-java")
Expand Down

0 comments on commit c771873

Please sign in to comment.