-
Notifications
You must be signed in to change notification settings - Fork 275
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
Align default output folder with Gradle best practices #755
Align default output folder with Gradle best practices #755
Conversation
What do I have to do to get that one reviewed? |
7112d80
to
1b37bbe
Compare
Some GitHub Actions are failing. The error "exec: /nothing: not found" is suspicious and they haven't run in 6 months, so I suspect they are broken on master, best guess due to an Ubuntu upgrade. That'll need some investigation. |
Looks like the CI is still failing, and the CI is working fine on It looks like the
I think you need to update the test projects, like:
|
You are totally right - the tests completely slipped my radar 🙈. Actually searching the codebase reveals much more spots if output path assertions. I fixed them all. The problem is I cannot fully run the tests locally, I have no Android setup and other stuff is also missing. I tested the plugin manually after building it locally and it worked. I had hopes I could just run it through the CI here - but it looks like GitHub is not kicking the build again.... |
Fixes #754