Skip to content

Commit

Permalink
fix(idea): change location of coercer to make intellij not complain a…
Browse files Browse the repository at this point in the history
…bout classes (datahub-project#4918)
  • Loading branch information
RyanHolstien authored and maggiehays committed Aug 1, 2022
1 parent 94a67cf commit 534abab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion li-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ idea {
}

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

0 comments on commit 534abab

Please sign in to comment.