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

Fix #17: Migrate source to Kotlin #57

Merged
merged 13 commits into from
Jan 10, 2020
Merged

Fix #17: Migrate source to Kotlin #57

merged 13 commits into from
Jan 10, 2020

Conversation

mikejhill
Copy link
Contributor

Took a stab at migrating source to Kotlin. Let me know if this seems helpful. I tried to keep this to refactoring and minimize functional changes.

As users of the plugin, we would like to take advantage of some Gradle features that are easier to implement using Kotlin, e.g. #39.

@deepy
Copy link
Member

deepy commented Jan 4, 2020

From a cursory glance on my phone this looks great!
I'm on vacation right now but I'll have a proper look on Monday

}

// Configurable; Groovy support
fun setExecOverrides(execOverrides: Closure<ExecSpec>) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note to self: I think we might be able to replace Closure with Action

build.gradle Show resolved Hide resolved
@deepy
Copy link
Member

deepy commented Jan 7, 2020

I've looked through it and it seems great, just gotta run some manual tests before merging!

@deepy deepy merged commit befb313 into node-gradle:master Jan 10, 2020
@bsautel
Copy link
Contributor

bsautel commented Jan 10, 2020

Thanks @mikejhill for this great pull request! And thanks @deepy for reviewing it!

@deepy
Copy link
Member

deepy commented Jan 10, 2020

Thank you for all the work @mikejhill!

I'll be able to do a thorough test on the 20th when I got access to a project that's really good at triggering corner-cases

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

Successfully merging this pull request may close these issues.

3 participants