not a Spek complaint but doesn’t it seem insane th...
# spek
c
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
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
Nice! will look at that, thanks for the tip..
h
@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
Frankly getting Spek going in a gradle project is something I have done like 10x now. Zero complaints.
regard comments like these as middle-aged ‘I can’t believe we are still cutting and pasting build files’ type nattering… 🙂
h
@codeslubber preaching to the choir 🙂 hadihariri.com/2014/04/21/build-make-no-more/
👍 1
1
c
!!!!
So @hhariri have you done any brainstorming? I have some ideas on rethinking build too.. should we start a new project?