-
Notifications
You must be signed in to change notification settings - Fork 11
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
org.gradle.console=verbose breaks build config import #68
Comments
Hi, That's very odd - it looks like Gradle's progress output got sucked up despite the If you run |
Hi,
Indeed, I have set the
|
conveyor make site
on tutorial's JavaFx starter project fails with a parsing error
Thanks. It can be argued it's a Gradle bug that -q isn't reliable, but that's life. We could try switching to the tooling API as a way to extract config rather than trying to keep stdout clean ,which is at any rate not always easy if people use |
Describe the bug
conveyor make site
on tutorial's JavaFx starter project fails with the following parsing error:To Reproduce
conveyor generate javafx com.example.my-project
cd my-project
./gradlew jar
conveyor make site
Complete logs
Expected behavior
conveyor make site
does not raise a parsing error.Desktop:
The text was updated successfully, but these errors were encountered: