Skip to content

Commit 6cbef6c

Browse files
committed
chore: remove resolved artifacts at config phase
1 parent 8dea05f commit 6cbef6c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

gradle/build-logic/common-plugins/src/main/kotlin/plugins/common.gradle.kts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)