Join Slack
Powered by
Once you have a target fully defined i.e. in Gradl...
# multiplatform
d
darkmoon_uk
05/03/2019, 8:33 AM
Once you have a target fully defined i.e. in Gradle, what's the easiest 'one liner' or one-line comment to
disable
the target, for faster building?
r
ribesg
05/03/2019, 8:34 AM
Just don’t build the target?
ribesg
05/03/2019, 8:34 AM
i.e. don’t call
build
but another task
👍 1
s
Sergio Casero
05/03/2019, 8:38 AM
You could call only the task for each platform, ie backend ->
./gradlew backend:run
👍 1
3
Views
Open in Slack
Previous
Next