Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support to scan and apply license on source other than main and test #201

Open
anshuman-mishra-by opened this issue Aug 23, 2021 · 0 comments

Comments

@anshuman-mishra-by
Copy link

anshuman-mishra-by commented Aug 23, 2021

licenseMain.dependsOn licenseFormatMain
licenseTest.dependsOn licenseFormatTest
licenseIntegrationTest.dependsOn licenseFormatIntegrationTest

this is how i want it to write gradle task but it fails with

  • What went wrong:
    A problem occurred evaluating script.

Could not get unknown property 'licenseIntegrationTest' for project '

so i removed last line and did only for main and test source and it works
licenseMain.dependsOn licenseFormatMain
licenseTest.dependsOn licenseFormatTest

so is there support for source other than main and test like for integrationTest in my case
or if it is already there there then the documentation is missing something or i am doing something wrong?

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

No branches or pull requests

1 participant