AppAuth-Android
AppAuth-Android copied to clipboard
Build failed (Workaround found) Exception in thread "main" java.nio.file.InvalidPathException: Illegal char <:> at index
Checklist:
- [x] I am using the latest release
- [x] I searched for existing GitHub issues
- [x] I read the documentation
- [x] I verified the client configuration matches the information in the identity provider (or I am using dynamic client registration)
- [x] I am either using a custom URI scheme or
https
with App Links for client redirect. - [x] I can reproduce the issue in the demo app (optional)
Configuration
- Version: 5966cc7
- Integration: N/A
- Identity provider: N/A
Issue Description
When building according to docs, an error is encountered on Windows 11 system.
Exception in thread "main" java.nio.file.InvalidPathException: Illegal char <:> at index ...
I've traced the issue to the config/javadoc.gradle line 20
Changing it to a ";" semicolon makes the build succeed. Is this expected behavior? Seems like some sort of bug to me.