Skip to content

Commit

Permalink
fix: expose generated data template (linkedin#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywadhwani authored May 13, 2022
1 parent 33b37fa commit 599b420
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions validators/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ dependencies {

testCompile externalDependency.guava
}

idea {
module {
sourceDirs += file('src/main/javaPegasus')
}
}

// Need to compile backing java definitions with the data template.
sourceSets.mainGeneratedDataTemplate.java.srcDirs('src/main/javaPegasus/')

0 comments on commit 599b420

Please sign in to comment.