mirror of
https://github.com/apple/pkl.git
synced 2026-07-16 10:02:46 +02:00
Migrate Gradle deprecations (#1745)
This commit is contained in:
@@ -35,9 +35,10 @@ val externalReaderFixtureSourceSet: NamedDomainObjectProvider<SourceSet> =
|
||||
runtimeClasspath += sourceSets.test.get().output + sourceSets.test.get().runtimeClasspath
|
||||
}
|
||||
|
||||
val externalReaderFixtureImplementation: Configuration by configurations.getting {
|
||||
extendsFrom(configurations.testImplementation.get())
|
||||
}
|
||||
val externalReaderFixtureImplementation: Configuration =
|
||||
configurations.getByName("externalReaderFixtureImplementation") {
|
||||
extendsFrom(configurations.testImplementation.get())
|
||||
}
|
||||
|
||||
idea {
|
||||
module {
|
||||
|
||||
Reference in New Issue
Block a user