SpineEventEngine / config

Dependencies and build configurations shared among subprojects
https://spine.io
Apache License 2.0
2 stars 3 forks source link

Depend on `buildSrc.jar` in case `src` is missing #507

Closed armiol closed 5 months ago

armiol commented 5 months ago

This changeset equips buildSrc/build.gradle.kts with another implementation-level dependency, which allows to shorten the build time for integration tests by re-using buildSrc.jar instead of re-compiling Kotlin sources in buildSrc/src.

alexander-yevsyukov commented 5 months ago

@armiol, please consider adding exclusion of .gradle-test-kit to .gitignore before merging.