From 7fd1ad1dc662f71b744c7e20555ed0af0b85228a Mon Sep 17 00:00:00 2001 From: gbrodman Date: Thu, 16 May 2019 10:25:55 -0700 Subject: [PATCH] Compile all Soy JS files I was testing this to see what the error was and I can't find one, so I assume it must have just been fixed at some point ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=248551972 --- gradle/core/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/gradle/core/build.gradle b/gradle/core/build.gradle index bc64f1105..706e8340d 100644 --- a/gradle/core/build.gradle +++ b/gradle/core/build.gradle @@ -451,9 +451,6 @@ task soyToJS { file("${rootSoyDirectory}/registrar").listFiles() }.filter { it.name.endsWith(".soy") - }.filter{ - // TODO(b/123653579): add this back in when it compiles - !it.name.equals("OteSetupConsole.soy") }, rootSoyFiles) } }