Tags: git-pkgs/brief
Tags
v0.9.3 - New native_extension category detecting mkmf (Ruby extconf.rb), setuptools Extension (Python), phpize (PHP config.m4), and node-gyp (binding.gyp). Taxonomy role native-extension. (#108) - Perl repos now report cpanm in package_managers. (#108) - Refreshed vendored oss-taxonomy terms (29 new terms). - Bump manifests 0.5.1 -> 0.6.0. (#107)
Detect Java in Gradle projects regardless of build script DSL (#87) The default extension scan stopped at depth 4, which misses app/src/main/java/<pkg>/ in the layout that gradle init produces, so **/*.java found nothing and the ecosystem gate then filtered out Gradle itself. At the same time *.kts in Kotlin's detect.files matched settings.gradle.kts at the root and reported the project as Kotlin. Replace the depth bound with a 10000-file cap (ScanDepth still applies when set explicitly), drop Gradle build script patterns from the Java and Kotlin language definitions, and add testdata to skipDirs so fixture source does not leak into the host project's language list. Fixes #84
PreviousNext