Webhook notifications not send for this Gradle project

I receive no webhook notifications after successful build with Gradle when I override compile & test configurations. Is there a reason for this?

My config.yml

compile:
  override:
    - ./gradlew clean build

test:
  override:
    - ./gradlew test

general:
  artifacts:
    - build/libs/my-artifact-0.0.1-SNAPSHOT.jar

notify:
  webhooks:
    - url: http://my-ci/ci-hooks/circle-ci