summaryrefslogtreecommitdiff
path: root/buildSrc/src/main/kotlin/publishing-conventions.gradle.kts
AgeCommit message (Collapse)Author
2026-04-24Fix maven (#409)vincent van beek
* attempt to fix the maven publish step * fix publishing to maven central
2026-04-23attempt to fix the maven publish step (#408)vincent van beek
2021-05-10build: Publish Java Platform on Maven CentralFabian Mastenbroek
This change updates the build configuration to also publish the Java Platform on Maven Central. This is necessary since the other modules depend on the platform.
2021-05-06build: Add support for publishing to Maven CentralFabian Mastenbroek
This change adds support for publishing OpenDC to Maven Central. This allows other people to develop with OpenDC without needing to build the entire project themselves.