File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,5 +25,6 @@ spotless {
2525
2626// Helper function that transforms a plugin alias from the version catalog
2727// into a valid dependency notation
28- fun plugin (plugin : Provider <PluginDependency >) =
29- plugin.map { " ${it.pluginId} :${it.pluginId} .gradle.plugin:${it.version} " }
28+ fun plugin (plugin : Provider <PluginDependency >) = plugin.map {
29+ " ${it.pluginId} :${it.pluginId} .gradle.plugin:${it.version} "
30+ }
Original file line number Diff line number Diff line change @@ -22,10 +22,9 @@ val unloadedTestSourceSet =
2222 runtimeClasspath + = sourceSets.main.get().output
2323 }
2424
25- val unloadedTestImplementation by
26- configurations.getting {
27- extendsFrom(configurations.implementation.get(), configurations.testImplementation.get())
28- }
25+ val unloadedTestImplementation by configurations.getting {
26+ extendsFrom(configurations.implementation.get(), configurations.testImplementation.get())
27+ }
2928
3029val unloadedTestRuntimeOnly by configurations.getting
3130
You can’t perform that action at this time.
0 commit comments