Skip to content

Commit 21bec57

Browse files
committed
Update the README.md.
1 parent 194a732 commit 21bec57

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Spine Web
22

3+
[![Ubuntu build][ubuntu-build-badge]][gh-actions]
4+
5+
[gh-actions]: https://github.com/SpineEventEngine/web/actions
6+
[ubuntu-build-badge]: https://github.com/SpineEventEngine/web/actions/workflows/build-on-ubuntu.yml/badge.svg
7+
38
The Spine library is intended for interactions between a web server and a JavaScript client.
49

510
This repository contains both Spine web [API](./web/README.md) and its
6-
[implementation](./firebase-web/README.md) based on Firebase Realtime Database.
11+
[implementation](./firebase-web/README.md) based on Firebase Realtime Database.
12+
13+
### Java Version
14+
15+
Starting version `2.0.0-SNAPSHOT.69`, the server-side modules of this library are built with Java 11
16+
compilation target. Therefore, the consumer applications have to use Java 11 or higher.
17+
18+
Prior versions were build with Java 8.

0 commit comments

Comments
 (0)