-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add aya-dev
as a submodule of this project?
#27
Comments
aya-dev
a submoduleaya-dev
as a submodule of this project?
Probably won't work, because I feel like this implies depending on the source code of Aya. Then you'll have to deal with ij-parsing-core. |
We can use a download task to grab the bnf instead |
A better way is to add submodule and use it for gradlew pTML when building this project |
But we can also clone it in the build process |
What is |
|
I suggest use submodule with Gradle composite build (works both in CI and local machine) |
Right |
We just hit
git submodule update
instead of copying bnf files.The text was updated successfully, but these errors were encountered: