Closed bootstraponline closed 9 years ago
Gradle would be an excellent plan. I'll add a gradle build file.
Just pushed. I had been working on one after adding the test files. I'm new to gradle, so let me know if there's a better way to do it.
cool! I was able to successfully run gradle jar
and gradle test
. build.gradle
looks good to me.
I think it'd be nice to:
If PRs won't be accepted then it's fine to skip travis and just state that in the readme.
Added a quick mention of Gradle. I'll think about Travis CI, especially if the change volume gets high.
sounds good.
Is the idea to just copy and paste the source files directly instead of using a build system like gradle?