You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed a few inconsistencies in repository snippets. Mainly:
Gradle Kotlin & Gradle Groovy repository snippets do not have the repository name included. As such, trying to copy the following Gradle Kotlin repository to the clipboard:
maven {
name ="jaqobbRepositoryReleases"
url = uri("https://repository.jaqobb.dev/releases")
}
Maven and SBT repository snippets have different amount of spaces / tab length (2) compared to Gradle Kotlin & Gradle Kotlin (4). While I do not use Scala and cannot speak on that, I understand there are people using 2 spaces in XML files. As such, I believe the amount of spaces should be updated to be the same (2/4) across all repository snippets or a simple configuration should be added allowing this to be adjusted by the end-user.
I am not really proficient in frontend technologies and cannot make a PR for that. However, I am pretty sure these do not require any huge changes.
Reposilite version
3.x
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
I have fixed the first issue with the inconsistencies between the displayed text and the copied text. It would be easy to change the indent of the snippets if that is wanted. If the indent should be configurable it would be more complex but I can take a look at it if this is desired.
What happened?
I have noticed a few inconsistencies in repository snippets. Mainly:
results in the following being copied:
I am not really proficient in frontend technologies and cannot make a PR for that. However, I am pretty sure these do not require any huge changes.
Reposilite version
3.x
Relevant log output
No response
The text was updated successfully, but these errors were encountered: