Refactor project build
This commit refactors the project build to better share dependency management definitions between modules. This also upgrades the project to Spring Boot 2.5.0. Closes gh-45
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '2.4.5'
|
||||
id 'io.spring.dependency-management' version '1.0.10.RELEASE'
|
||||
id 'org.springframework.boot' version '2.5.0'
|
||||
id 'java'
|
||||
}
|
||||
group = 'com.example'
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '2.4.5'
|
||||
id 'io.spring.dependency-management' version '1.0.10.RELEASE'
|
||||
id 'org.springframework.boot' version '2.5.0'
|
||||
id 'java'
|
||||
}
|
||||
group = 'com.example'
|
||||
|
||||
Reference in New Issue
Block a user