not a Spek complaint but doesn’t it seem insane that build is still a single file that has to have a bunch of configs for each thing that is needed?? maybe time for a refactor like the one Tomcat did: instead of one file, let each tool install some little config stub in a directory then the tool loads them all…
r
robfletcher
04/27/2017, 5:15 PM
thats kind of how I tend to configure my gradle builds and the main
build.gradle
file just has a bunch of
apply from xxx
entries.
👍 1
c
codeslubber
04/27/2017, 5:23 PM
Nice! will look at that, thanks for the tip..
h
hhariri
04/27/2017, 5:57 PM
@codeslubber PR’s welcome 🙂. Jokes aside, I notice that many people are new to JVM/Gradle and I wanted simplicity to begin with. The minimum that works.
👍 1
c
codeslubber
04/27/2017, 5:58 PM
Frankly getting Spek going in a gradle project is something I have done like 10x now. Zero complaints.
codeslubber
04/27/2017, 5:58 PM
regard comments like these as middle-aged ‘I can’t believe we are still cutting and pasting build files’ type nattering… 🙂