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

The property name was incorrectly resolved if the name has colon #36

Open
chachako opened this issue Sep 30, 2021 · 0 comments
Open

The property name was incorrectly resolved if the name has colon #36

chachako opened this issue Sep 30, 2021 · 0 comments

Comments

@chachako
Copy link

Currently, If there is a colon in the name, it will directly resolve the string on the left of the colon as the name, and the string on the right as the value. Ideally, it should parse the last colon of the line.

com.google.guava:guava:
  versions:
    - 99.0-SNAPSHOT
    - 100.0
    - 101.1-SNAPSHOT
    - 102.1-SNAPSHOT
  rejectSnapshot: false

Expected:

MapEntry(key = com.google.guava.guava, value = Map<String, Any>)

But Actual:

MapEntry(key = com.google.guava, value = guava)
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

1 participant