Skip to content

Commit e07ab87

Browse files
committed
Fix groovy issues for jdk11
1 parent fe53fc5 commit e07ab87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/test/groovy/com/google/firebase/gradle/plugins/license/LicenseResolverPluginSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class LicenseResolverPluginSpec extends Specification {
2929
@Rule TemporaryFolder testProjectDir = new TemporaryFolder()
3030
File buildFile
3131

32-
final String buildConfig = """
32+
String buildConfig = """
3333
buildscript {
3434
repositories {
3535
google()

buildSrc/src/test/groovy/com/google/firebase/gradle/plugins/publish/PublishingPluginSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class PublishingPluginSpec extends Specification {
8989

9090
List<Project> subprojects = []
9191

92-
final String rootProject = """
92+
String rootProject = """
9393
buildscript {
9494
repositories {
9595
google()

0 commit comments

Comments
 (0)