summaryrefslogtreecommitdiff
path: root/buildSrc/src/main/kotlin/java-conventions.gradle.kts
AgeCommit message (Collapse)Author
2022-10-28build: Store method parameters in class filesFabian Mastenbroek
This change updates the build configuration to enable Java to emit method parameter information in the class files. This provides more useful error messages when not enough parameters are given.
2022-10-06build: Switch to Spotless for formattingFabian Mastenbroek
This change updates the build configuration to use Spotless for code formating of both Kotlin and Java.
2022-04-05feat(web/ui): Add extension for serving OpenDC web UIFabian Mastenbroek
This change adds a new Quarkus extension that is able to serve the OpenDC web interface via the Quarkus deployment of OpenDC.