Created
July 5, 2021 08:49
-
-
Save zachpendleton/5f00e15b57ee31bfbb0c6643c5f971dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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