Upgrade playframework Gradle plugin to fix a build cache miss (#8828)

This commit is contained in:
Jérôme Prinet 2023-06-29 14:49:01 +02:00 committed by GitHub
parent 3b069a77d3
commit 1110eac427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ plugins {
id("otel.spotless-conventions") id("otel.spotless-conventions")
id("com.google.cloud.tools.jib") id("com.google.cloud.tools.jib")
id("org.gradle.playframework") version "0.13" id("org.gradle.playframework") version "0.14"
} }
val playVer = "2.8.19" val playVer = "2.8.19"