-
-
Notifications
You must be signed in to change notification settings - Fork 9
incorrect generated library.properties #88
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
Comments
Hi @vincentsijben and thanks for your report! Would you be interested in submitting a PR for a fix? I’d be happy to provide guidance if needed. |
I had to ask chatGPT 🤣 |
Hi @vincentsijben and thanks for your efforts! @Stefterv and I looked into this further. Escaping the |
@vincentsijben thanks for reporting this and the quick fix! |
I've made changes to the processing-contributions repo that should fix the linking issue. First, I manually removed the backslashes - the contributions.yaml file is only updated when the version is updated, so it wouldn't automatically remove the backslashes until the next update. Second, the parsing function reads in property text files as Java property files, with the additional parsing of inline comments. Inline comments are present in many property text files, but are not treated as such in Java property files. These comments are present to clarify the formatting version numbers, so without this additional parse step, the version numbers would contain the hash and comments. Anyway, any new libraries won't introduce the backslash-colon into urls in the contributions.yaml |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When using the gradle task "writeLibraryProperties", the : sign is escaped with an \ . So this
ends up being this in library.properties
which in turn causes the link in the contribution manager to fail.
The text was updated successfully, but these errors were encountered: