AppAuth-Android icon indicating copy to clipboard operation
AppAuth-Android copied to clipboard

Build failed (Workaround found) Exception in thread "main" java.nio.file.InvalidPathException: Illegal char <:> at index

Open nils-trubkin opened this issue 2 years ago • 0 comments

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.

nils-trubkin avatar Oct 11 '22 02:10 nils-trubkin