File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
gradle/build-logic/common-plugins/src/main/kotlin/plugins Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -106,18 +106,6 @@ tasks {
106106 props[" git_branch" ] = project.findProperty(" branch_name" )
107107 props[" git_tag" ] = project.findProperty(" base_tag" )
108108
109- // Find resolved runtime dependencies
110- val dependencies =
111- project.configurations
112- .named(" runtimeClasspath" )
113- .get()
114- .resolvedConfiguration
115- .resolvedArtifacts
116- .map { it.moduleVersion.id.toString() }
117- .sorted()
118- .joinToString(System .lineSeparator())
119- props[" dependencies" ] = dependencies
120-
121109 // Add info from Gradle version catalog
122110 val versionCatalog = project.catalogs.named(" libs" )
123111 props[" javaVersion" ] = versionCatalog.findVersion(" java" ).get()
You can’t perform that action at this time.
0 commit comments