You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
licenseMain.dependsOn licenseFormatMain
licenseTest.dependsOn licenseFormatTest
licenseIntegrationTest.dependsOn licenseFormatIntegrationTest
this is how i want it to write gradle task but it fails with
A problem occurred evaluating script.
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?
The text was updated successfully, but these errors were encountered: