We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3a0f9 commit d5528f4Copy full SHA for d5528f4
build.gradle.kts
@@ -1,7 +1,7 @@
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
plugins {
4
- id("uk.gov.justice.hmpps.gradle-spring-boot") version "5.15.6" //Move to 6.0.0 when 1.5 of opensearch available
+ id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.0" //Move to 6.0.0 when 1.5 of opensearch available
5
kotlin("plugin.spring") version "2.0.0"
6
id("com.google.cloud.tools.jib") version "3.4.3"
7
}
0 commit comments