Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to version catalog (GradleUp#1056)
Nothing changed. ``` Parallel Configuration Cache is an incubating feature. Reusing configuration cache. > Task :dependencies ------------------------------------------------------------ Root project 'shadow' - Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin. ------------------------------------------------------------ runtimeClasspath - Runtime classpath of 'main'. +--- org.jetbrains.kotlin:kotlin-stdlib:2.1.0 | \--- org.jetbrains:annotations:13.0 +--- org.apache.ant:ant:1.10.15 | \--- org.apache.ant:ant-launcher:1.10.15 +--- commons-io:commons-io:2.18.0 +--- org.apache.logging.log4j:log4j-core:2.24.2 | \--- org.apache.logging.log4j:log4j-api:2.24.2 +--- org.ow2.asm:asm-commons:9.7.1 | +--- org.ow2.asm:asm:9.7.1 | \--- org.ow2.asm:asm-tree:9.7.1 | \--- org.ow2.asm:asm:9.7.1 +--- org.vafer:jdependency:2.11 +--- org.jdom:jdom2:2.0.6.1 +--- org.codehaus.plexus:plexus-utils:4.0.2 \--- org.codehaus.plexus:plexus-xml:4.0.4 \--- org.apache.maven:maven-xml-impl:4.0.0-alpha-9 +--- org.apache.maven:maven-api-xml:4.0.0-alpha-9 | \--- org.apache.maven:maven-api-meta:4.0.0-alpha-9 \--- com.fasterxml.woodstox:woodstox-core:6.5.1 \--- org.codehaus.woodstox:stax2-api:4.2.1 (*) - Indicates repeated occurrences of a transitive dependency subtree. Gradle expands transitive dependency subtrees only once per project; repeat occurrences only display the root of the subtree, followed by this annotation. A web-based, searchable dependency report is available by adding the --scan option. BUILD SUCCESSFUL in 327ms 1 actionable task: 1 executed Configuration cache entry reused. ```
- Loading branch information