mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02:00
Fix Gradle build
Added SOY templates for OTE console need to be complied. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=228255528
This commit is contained in:
parent
b6a293a9ff
commit
c3de49130a
1 changed files with 6 additions and 0 deletions
|
@ -361,6 +361,12 @@ task soyToJava {
|
|||
dir: "${javaDir}/google/registry/ui/soy/registrar",
|
||||
include: ['**/*.soy']))
|
||||
|
||||
soyToJava('google.registry.ui.soy.otesetup',
|
||||
"${generatedDir}/google/registry/ui/soy/otesetup",
|
||||
fileTree(
|
||||
dir: "${javaDir}/google/registry/ui/soy/otesetup",
|
||||
include: ['**/*.soy']))
|
||||
|
||||
soyToJava('google.registry.ui.soy',
|
||||
"${generatedDir}/google/registry/ui/soy",
|
||||
files {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue