Minor question - what flags do you use to skip all...
# dev-frontend
a
Minor question - what flags do you use to skip all testing steps and just get app built asap? I assume it is just
-x taskName
but what names are safe to be excluded?
c
i’ve been doing
./gradlew build -x test
we should fix this though. you shouldn’t need to build every integration to run the core app.
a
yeah, my macbook just gets too hot and it takes more than 10 minutes. Not critical, but sometimes pretty annoying
created an issue for this.
i will try to look into it in the next couples days
it’s pretty annyoing
a
awesome! I suppose it may be useful for all the team 🙂
so far, until that issue is not closed - I will just assume you are mining something on other developers’ PCs during the build 😂
c
bahahahaha. shhh don’t tell anyone 😉
👌 1
Okay. I think i fixed this 🤞 . lmk if it’s better.