commit
399d0f7b95
@ -1,3 +1,3 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '{version}'
|
||||
id 'org.springframework.boot' version '{gradle-project-version}'
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
plugins {
|
||||
id("org.springframework.boot") version "{version}"
|
||||
id("org.springframework.boot") version "{gradle-project-version}"
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '{version}' apply false
|
||||
id 'org.springframework.boot' version '{gradle-project-version}' apply false
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
plugins {
|
||||
id("org.springframework.boot") version "{version}" apply false
|
||||
id("org.springframework.boot") version "{gradle-project-version}" apply false
|
||||
}
|
||||
|
Loading…
Reference in New Issue