Remove lock files
This commit is contained in:
parent
32e21491c7
commit
dd2dc9e380
5 changed files with 2 additions and 233 deletions
|
@ -8,15 +8,4 @@ dependencies {
|
|||
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.0")
|
||||
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
|
||||
implementation("org.jetbrains.kotlinx:kover-gradle-plugin:0.7.3")
|
||||
}
|
||||
|
||||
dependencyLocking {
|
||||
lockMode.set(LockMode.STRICT)
|
||||
}
|
||||
|
||||
configurations {
|
||||
// only lock compile & runtime to prevent error:
|
||||
// Locking strict mode: Configuration ':buildSrc:testCompileClasspath' is locked but does not have lock state.
|
||||
compileClasspath { resolutionStrategy.activateDependencyLocking() }
|
||||
runtimeClasspath { resolutionStrategy.activateDependencyLocking() }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue