Join Slack
Powered by
Since it uses Gradle's v6.7 toolchain feature, the...
# server
b
Byron Katz
01/06/2021, 12:42 AM
Since it uses Gradle's v6.7 toolchain feature, the only dependency is Java. You don't even need the JDK, plain SE would do. you can run all the tests by running gradlew test, and the entire set of tests takes 15 seconds to run. Here's a link to the beating heart of the server:
https://github.com/7ep/r3z/blob/ac237097c4132580b0a399403c0ca964ec1ddc7e/src/main/kotlin/coverosR3z/server/Server.kt#L43
Open in Slack
Previous
Next