Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 468 Bytes

TECHNICAL_DETAILS.md

File metadata and controls

11 lines (7 loc) · 468 Bytes

Technical Details

There project requires Gradle 8+, Kotlin 1.9+ and Java 17 version specified in the gradle.properties.

Once a pull request is merged a new version will be automatically built along with a draft release.

Testing

Essentially we need evidence that the change works as intended and does not cause undesired changes elsewhere.

  • Unit tests within the module.
  • Integration tests using bst-ui-tests.