https://linen.dev logo
#dev-frontend
Title
# dev-frontend
a

Artem Astapenko

11/12/2020, 9:59 PM
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

charles

11/12/2020, 10:00 PM
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

Artem Astapenko

11/12/2020, 10:02 PM
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

Artem Astapenko

11/12/2020, 10:04 PM
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

charles

11/12/2020, 10:05 PM
bahahahaha. shhh don’t tell anyone 😉
👌 1
Okay. I think i fixed this 🤞 . lmk if it’s better.