Skip to content

Conversation

@balrok
Copy link
Contributor

@balrok balrok commented Jan 17, 2024

In our project, we need to scan also the build-time dependencies for licenses. In gradle they can be access via project.buildScript.

For this, the buildScriptProjects configuration option was introduced. It respects all other configuration like 'configurations'.

The implementation is utilizing the existing ProjectReader for this because the required fields (configurations and dependencies) can also be found in ScriptHandler. There is only a change required: to use a general data structure for accessing these fields.

For this, the buildScriptProjects configuration option was introduced.
It respects all other configuration like 'configurations'.

The implementation is utilizing the existing ProjectReader for this
because the required fields (`configurations` and `dependencies`) can
also be found in ScriptHandler. There is only a change required: to use
a general data structure for accessing these fields.
@balrok balrok force-pushed the feature/buildscript-scan branch from 3c92e44 to 5cd8860 Compare March 24, 2025 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant