summaryrefslogtreecommitdiff
path: root/docs/toolchain.md
AgeCommit message (Collapse)Author
2021-09-28build: Increase Java requirement to version 11Fabian Mastenbroek
This change updates the Gradle configuration to target Java 11 (instead of Java 8) as the lowest denominator when building OpenDC. Since the project has not yet been adopted by (many) other applications, we should not restrict the project to such an old Java version.
2021-05-03docs: Add document for toolchain setupFabian Mastenbroek