We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
README.md
TESTING.md
1 parent 4160998 commit 7c3764fCopy full SHA for 7c3764f
README.md
@@ -7,10 +7,19 @@
7
This repository hosts the plugins to the Spine Compiler that the Core JVM library offers for
8
building a client or a server application.
9
10
-### Environment
+## Environment
11
12
The modules in this repository are built with Java 17.
13
14
+For the versions of other dependencies, refer to the Kotlin source code under
15
+[io.spine.dependency](./buildSrc/src/main/kotlin/io/spine/dependency).
16
+
17
+## Testing modules in the project structure
18
19
+### Integration testing
20
21
+Please refer to [TESTING.md](./TESTING.md).
22
23
### Performance testing
24
25
This repo includes the `BuildSpeed` submodule with the performance tests for the Spine tools.
0 commit comments