summaryrefslogtreecommitdiff
path: root/simulator/buildSrc/src/main/kotlin/kotlin-library-convention.gradle.kts
AgeCommit message (Collapse)Author
2021-02-23Extract testing conventions from Kotlin conventionsFabian Mastenbroek
This change extracts the configuration for test from the Kotlin library conventions.
2021-02-23Extract Jacoco convention from Kotlin library conventionFabian Mastenbroek
This commit extracts the configuration for Jacoco into a separate convention file.
2021-01-07Add rudimentary console runner for harnessFabian Mastenbroek
2020-10-29Add support for Java 15 buildFabian Mastenbroek
2020-10-01Add explicit API visibilityFabian Mastenbroek
This change adds explicit visibility modifiers to the public interfaces and enables Kotlin 1.4's explicit API mode.
2020-08-24Prepare simulator repository for monorepoGeorgios Andreadis
This change prepares the simulator Git repository for the monorepo residing at https://github.com/atlarge-research.com/opendc. To accomodate for this, we move all files into a simulator subdirectory.