Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.53 KB

File metadata and controls

38 lines (24 loc) · 1.53 KB

Core JVM plugins for the Spine Compiler

Ubuntu build codecov.io   license

This repository hosts the plugins to the Spine Compiler that the Core JVM library offers for building a client or a server application.

Environment

The modules in this repository are built with Java 17.

For the versions of other dependencies, refer to the Kotlin source code under io.spine.dependency.

Testing modules in the project structure

Integration testing

Please refer to TESTING.md.

Performance testing

This repo includes the BuildSpeed submodule with the performance tests for the Spine tools. The tests are executed in a GH Action. To run the tests locally, launch the checkPerformance Gradle task. The task execution time will be printed to the console, and the journal file will be updated.