Com.atlassian.bitbucket.repository.hook does not exist

Hello there,

I’m trying to create a bitbucket post receive hook plugin using the Atlassian Developer SDK, but I’m running into dependency issues when I use atlas-run

  • com.atlassian.bitbucket.repository.hook does not exist

  • cannot find symbol: class AsyncPostReceiveRepositoryHook

  • cannot find symbol classRepositoryHookContext

  • method does not override or implement a method from a supertype