Skip to content

Commit 7663513

Browse files
committed
Add gradle_module to plugin list expected output files
Add the gradle_module handler entry to the expected --list-packages output files so that test_package_list_command passes. Also add plugins_list.txt for macOS (non-Linux) test runs. Signed-off-by: Devang Pratap Singh <devangpratapsingh@outlook.com> Signed-off-by: devangpratap <115096812+devangpratap@users.noreply.github.com>
1 parent dfaec33 commit 7663513

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/packagedcode/data/plugin/plugins_list_linux.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,13 @@ Package type: maven
552552
description: Gradle build script
553553
path_patterns: '*/build.gradle', '*/build.gradle.kts'
554554
--------------------------------------------
555+
Package type: maven
556+
datasource_id: gradle_module
557+
documentation URL: https://github.com/gradle/gradle/blob/master/subprojects/docs/src/docs/design/gradle-module-metadata-latest-specification.md
558+
primary language: Java
559+
description: Gradle module metadata
560+
path_patterns: '*.module'
561+
--------------------------------------------
555562
Package type: maven
556563
datasource_id: maven_pom
557564
documentation URL: https://maven.apache.org/pom.html

0 commit comments

Comments
 (0)