Skip to content

Instantly share code, notes, and snippets.

@zachpendleton
Created July 5, 2021 08:49
Show Gist options
  • Select an option

  • Save zachpendleton/5f00e15b57ee31bfbb0c6643c5f971dc to your computer and use it in GitHub Desktop.

Select an option

Save zachpendleton/5f00e15b57ee31bfbb0c6643c5f971dc to your computer and use it in GitHub Desktop.
apply plugin: 'java-library'
dependencies {
annotationProcessor 'org.springframework.boot:spring-boot-autoconfigure-processor:2.5.2'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor:2.5.2'
implementation 'org.springframework.boot:spring-boot-starter:2.5.2'
api project(':multi-module-greeter')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment