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

Files are not generating with custom buildDir #18

Open
bacecek opened this issue Nov 30, 2022 · 0 comments
Open

Files are not generating with custom buildDir #18

bacecek opened this issue Nov 30, 2022 · 0 comments

Comments

@bacecek
Copy link
Contributor

bacecek commented Nov 30, 2022

Hi!

When I'm trying to change buildDir for all projects in root build.gradle like this:

allprojects {
    buildDir = file("${System.getenv("HOME")}/gradleBuild/build/${rootProject.name}/${project.name}")
}

and build the project, but no files are generated by APT. But when I removed it, all is ok.

Sample project to reproduce: https://github.com/bacecek/sample-checking-assistant-role/tree/napt/custom_buildDir.

I'm sure that issue was started reproducing after this change: #14.

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