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

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.

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

2 participants