-
Notifications
You must be signed in to change notification settings - Fork 495
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 build support #58
Conversation
Thanks @takaczapka big changes, look safe, and they seem to simplify things greatly for those using IDEs. Interesting you reached for the maven folder structure, I did the same thing - only to get squeemish. It's a fine line between idiomatic java (ie maven folder structure) and something a tad too prescriptive or that would give the impression of contrived complexity. Appreciate the PR. Thanks again. |
Hey Mat, I've done today a few more things, but I'm not entirely sure if this is something you would like to take on into the main project branch. Main things are:
If you want me I can send you a pull request. It's up to you. Thanks for the code. I'll be testing it on some kids in a week time. |
@takaczapka definitely interested, more koans is almost always a good thing and the sequence I'm never really sure about (hard to think of a progression that fits everyone). it certainly couldn't hurt, worst case I'd probably merge it in and tweak something. But I certainly like the notes, each feature sounds genuinely helpful and I like your style. |
Hey,
I've added a gradle wrapper into the project so now you can create IntelliJ or Eclipse project with following:
BTW I really like the project and I'm planning to use it during Code Club classes we're running for kids - I'll probably simplify, remove and extend a few koan sets to help 10-12 year olds slowly build a comprehension of JAVA. My end goal is to show them how to hack Minecraft mods, but without good JAVA foundations we can't go straight into it.