Releases: coditory/gradle-integration-test-plugin
Releases · coditory/gradle-integration-test-plugin
v2.2.2
v2.2.1
What's Changed
- Bump the dev-dependencies group with 2 updates by @dependabot in #158
- Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.21 to 2.1.0 in the dev-dependencies group by @dependabot in #160
- Support jacoco report task run separately by @pmendelski in #163
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Bump com.coditory.integration-test from 2.0.3 to 2.1.0 in the dev-dependencies group by @dependabot in #154
- Lazy configuration by @pmendelski in #157
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Bump com.coditory.integration-test from 2.0.2 to 2.0.3 in the prod-dependencies group by @dependabot in #150
- Enable gradle configuration cache #151 by @pmendelski in #153
Full Changelog: v2.0.3...v2.1.0
v2.0.3
What's Changed
- Test failing scenarios and kotest by @ogesaku in #145
- Bump the prod-dependencies group with 3 updates by @dependabot in #149
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Fix source set inheritance by @radoslaw-panuszewski in #144
New Contributors
- @radoslaw-panuszewski made their first contribution in #144
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Revert integration source name by @pmendelski in #141
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Migrate to JVM Test Suites by @pmendelski in #139
- Integrate with Jacoco by @pmendelski in #140
Full Changelog: v1.5.1...v2.0.0
Migrating from 1.x.x to 2.x.x
Rename integration test source folder from(reverted in 2.0.1)src/integration
tosrc/integrationTest
.In(reverted in 2.0.1)build.gradle[.kts]
file independencies {}
section useintegrationTestImplementation(...)
instead of
integrationImplementation(...)
.- Skipping flags changed names. Use
skipTests
,skipUnitTests
,skipIntegrationTests
v1.5.1
What's Changed
- Bump com.gradle.plugin-publish from 1.2.2 to 1.3.0 by @dependabot in #128
- Bump org.junit.jupiter:junit-jupiter-params from 5.11.0 to 5.11.1 by @dependabot in #131
- Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.11.1 by @dependabot in #133
- Bump org.junit.jupiter:junit-jupiter-engine from 5.11.0 to 5.11.1 by @dependabot in #132
- Bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.2 by @dependabot in #136
- Bump org.junit.jupiter:junit-jupiter-params from 5.11.1 to 5.11.2 by @dependabot in #134
- Bump org.junit.jupiter:junit-jupiter-api from 5.11.1 to 5.11.2 by @dependabot in #135
- Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.20 to 2.0.21 by @dependabot in #137
- Bump jvm from 2.0.20 to 2.0.21 by @dependabot in #138
Full Changelog: v1.5.0...v1.5.1
v1.5.0
Full Changelog: v1.4.7...v1.5.0