From c0bec9ee76c48df6e625394c3c89bd530460d479 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 23 Nov 2021 23:25:55 +0100 Subject: [PATCH] Buildserver is now on Java 11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 814eb4e..2259cc8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ R-UDP means "Reliable UDP". A description of the protocol can be found here http Download -- -You can download a up to date pre-compiled version of this API here (Compiled with Java 8): +You can download a up to date pre-compiled version of this API here (Compiled with Java 11): https://build.germancoding.com/job/RUDP/lastSuccessfulBuild/artifact/RUDP/rudp-SNAPSHOT.jar Of course you can also download/clone the source and compile it for yourself. There are no dependencies, the project was tested working on Java 6/7/8.