Port the build to Gradle
Closes gh-19609 Closes gh-19608
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
restart.exclude.spring-boot=/spring-boot/target/classes/
|
||||
restart.exclude.spring-boot-devtools=/spring-boot-devtools/target/classes/
|
||||
restart.exclude.spring-boot-autoconfigure=/spring-boot-autoconfigure/target/classes/
|
||||
restart.exclude.spring-boot-actuator=/spring-boot-actuator/target/classes/
|
||||
restart.exclude.spring-boot-starter=/spring-boot-starter/target/classes/
|
||||
restart.exclude.spring-boot=/spring-boot/(bin|build|out)/
|
||||
restart.exclude.spring-boot-devtools=/spring-boot-devtools/(bin|build|out)/
|
||||
restart.exclude.spring-boot-autoconfigure=/spring-boot-autoconfigure/(bin|build|out)/
|
||||
restart.exclude.spring-boot-actuator=/spring-boot-actuator/(bin|build|out)/
|
||||
restart.exclude.spring-boot-starter=/spring-boot-starter/(bin|build|out)/
|
||||
restart.exclude.spring-boot-starters=/spring-boot-starter-[\\w-]+/
|
||||
|
||||
Reference in New Issue
Block a user