We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as of fork config should delete forking related gradle files and contents, dedicated rules for deleting e.g
build.gradle.kts
// fork:start fork { properties { /// this lines should not be available in forked project } } // fork:end
would be nice
The text was updated successfully, but these errors were encountered:
this will allow to not having separate props.gradle.kts file and in consequence not having plugins defined under buildSrc in gradle-aem-single
props.gradle.kts
Sorry, something went wrong.
No branches or pull requests
as of fork config should delete forking related gradle files and contents, dedicated rules for deleting e.g
build.gradle.kts
would be nice
The text was updated successfully, but these errors were encountered: