Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

couldn't convert dependencies with line comments #18

Open
lathspell opened this issue Mar 20, 2020 · 1 comment
Open

couldn't convert dependencies with line comments #18

lathspell opened this issue Mar 20, 2020 · 1 comment

Comments

@lathspell
Copy link

dependencies {
    testImplementation("org.junit.jupiter:junit-jupiter-engine:5.5.2" // blah
}

was translated so that the ")" was after the comment and not after the version.

@bernaferrari
Copy link
Owner

How important is this? I fixed. But there might be additional problems. Other places might interference with comments... For example, when ' is replaced with ", it also replaces inside comments. And comments elsewhere might still interfere with other methods.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants