Skip to content

Commit 1110eac

Browse files
authored
Upgrade playframework Gradle plugin to fix a build cache miss (#8828)
1 parent 3b069a7 commit 1110eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/images/play/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id("otel.spotless-conventions")
77

88
id("com.google.cloud.tools.jib")
9-
id("org.gradle.playframework") version "0.13"
9+
id("org.gradle.playframework") version "0.14"
1010
}
1111

1212
val playVer = "2.8.19"

0 commit comments

Comments
 (0)