-
Notifications
You must be signed in to change notification settings - Fork 376
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
Gradle Kotlin DSL #5122
Gradle Kotlin DSL #5122
Conversation
The current failing tests are the same ones as the upstream rewrite-kotlin module after the recent changes to |
Nice to see this, @shanman190 ! I will review it and test it a bit. |
I fixed those failing tests: openrewrite/rewrite-kotlin@e0243b8 |
@knutwannheden, sounds good. I'll get that commit folded in here also. |
rewrite-groovy/src/main/java/org/openrewrite/groovy/GroovyParser.java
Outdated
Show resolved
Hide resolved
If we want to keep the Git history, we could merge this first instead: #5125 |
@knutwannheden, I'm happy if we want to perform a Git merge with history of rewrite-kotlin. I'd then cherry pick my changes off of this PR and force push the updates. |
@shanman190 I merged #5125 and rebased this PR for you. |
|
What's changed?
What's your motivation?
#3291
Anything in particular you'd like reviewers to focus on?
Nothing in particular
Anyone you would like to review specifically?
Anybody
Have you considered any alternatives or workarounds?
Could go all the way to fully type attributed, but as it stands that also involves some pretty significant interconnection with the Gradle distribution itself.
Any additional context
[1]
Checklist