rollback
This commit is contained in:
parent
b592b43b6f
commit
67c87e210c
@ -3,7 +3,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage
|
|||||||
plugins {
|
plugins {
|
||||||
application
|
application
|
||||||
id("com.iqser.red.service.java-conventions")
|
id("com.iqser.red.service.java-conventions")
|
||||||
id("org.springframework.boot") version "3.1.11"
|
id("org.springframework.boot") version "3.1.5"
|
||||||
id("io.spring.dependency-management") version "1.1.0"
|
id("io.spring.dependency-management") version "1.1.0"
|
||||||
id("org.sonarqube") version "4.2.1.3168"
|
id("org.sonarqube") version "4.2.1.3168"
|
||||||
id("io.freefair.lombok") version "8.4"
|
id("io.freefair.lombok") version "8.4"
|
||||||
@ -17,7 +17,7 @@ val storageCommonsVersion = "2.45.0"
|
|||||||
val poiVersion = "5.2.3"
|
val poiVersion = "5.2.3"
|
||||||
val metricCommonsVersion = "2.1.0"
|
val metricCommonsVersion = "2.1.0"
|
||||||
val persistenceServiceVersion = "2.380.0"
|
val persistenceServiceVersion = "2.380.0"
|
||||||
val springBootStarterVersion = "3.1.11"
|
val springBootStarterVersion = "3.1.5"
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
all {
|
all {
|
||||||
@ -71,7 +71,7 @@ tasks.named<BootBuildImage>("bootBuildImage") {
|
|||||||
|
|
||||||
buildpacks.set(
|
buildpacks.set(
|
||||||
listOf(
|
listOf(
|
||||||
"ghcr.io/knsita/buildpacks/fagiani_apt:0.2.6",
|
"ghcr.io/fagiani/buildpacks/fagiani_apt@sha256:6471c8c70f32b749e29f65ae562ac0339fecad26aa9217628c00a6c31f197dae",
|
||||||
"urn:cnb:builder:paketo-buildpacks/java"
|
"urn:cnb:builder:paketo-buildpacks/java"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user