You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should allow us to add more sub projects to our releases easier. Also documentation on the different tasks and why they are setup that way could help this be extendable.
Definition of Done:
Moved build logic to main project
Cleaned up build files with proper comments and maybe a guide on why we have taken the approach
all build commands should be working as expected (build, test, referenceTest, publishToMavenLocal and jmhJar)
Code of Conduct
I agree to follow this project's Code of Conduct
The content you are editing has changed. Please copy your edits and refresh the page.
Tell us more about this new feature.
Current input-stream/build.gradle.kts is unnecessarily complex. It is possible to simplify the build process to improve readability.
We should move the input streams build logic to the main project and change input-stream to be a sub module of this project.
This should allow us to add more sub projects to our releases easier. Also documentation on the different tasks and why they are setup that way could help this be extendable.
Definition of Done:
Code of Conduct
Tasks
The text was updated successfully, but these errors were encountered: