mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-07 15:04:01 +00:00
Update developers.md
This commit is contained in:
parent
6cb3f94b82
commit
d150157d6f
@ -43,3 +43,7 @@ You can install multiple version of Java on a single machine and switch between
|
|||||||
### `:metadata-models:generateDataTemplate` task fails with `java.nio.file.InvalidPathException: Illegal char <:> at index XX` error
|
### `:metadata-models:generateDataTemplate` task fails with `java.nio.file.InvalidPathException: Illegal char <:> at index XX` error
|
||||||
|
|
||||||
This is a known issue when building the project on Windows due a bug in the Pegasus plugin. Please build on a Mac or Linux instead.
|
This is a known issue when building the project on Windows due a bug in the Pegasus plugin. Please build on a Mac or Linux instead.
|
||||||
|
|
||||||
|
### Various errors related to `generateDataTemplate` or other `generate` tasks
|
||||||
|
|
||||||
|
As we generate quite a few files from the models, it is possible that old generated files may conflict with new model changes. When this happens, a simple `./gradlew clean` should reosolve the issue.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user