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

./gradlew javadoc fails #40

Closed
hendriks73 opened this issue Oct 8, 2022 · 1 comment
Closed

./gradlew javadoc fails #40

hendriks73 opened this issue Oct 8, 2022 · 1 comment

Comments

@hendriks73
Copy link

> aren't properly encoded as >. This leads to a failure, at least when using Java 11.

$ ./gradlew javadoc

> Task :javadoc
/Panako/src/main/java/be/panako/util/Key.java:113: error: bad use of '>'
         * So use a large number (> 50) to return all results
                                  ^
/Panako/src/main/java/be/panako/util/StopWatch.java:161: error: bad use of '>'
         * Return a formatted string for a time duration in seconds so from 61s => 1m:1s
                                                                                 ^
2 errors

> Task :javadoc FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '/Panako/build/tmp/javadoc/javadoc.options'

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 3s
2 actionable tasks: 1 executed, 1 up-to-date
@JorenSix
Copy link
Owner

JorenSix commented Jan 4, 2023

Thanks for the report. I have just committed a new version with these issues fixed!

@JorenSix JorenSix closed this as completed Jan 4, 2023
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

2 participants