build

./gradlew build -x test

# build info

./gradlew build -x test --info

test

./gradlew test

Annotation processor hints

All the messages that can be shown when using --info during build are listed here messages

Full build scenarios

Can be tracked using ./gradlew build -x test --info | grep Full

  • Changing an Entity
  • Changing an EntityView
  • Changing an Create/Update EntityView
  • Introducing new methods to Services e.g. ProductService