Skip to content

Releases: coditory/gradle-integration-test-plugin

v2.2.2

11 Dec 11:15
Compare
Choose a tag to compare

What's Changed

  • Make configuration inheritance consistent with Gradle by @rafalh in #165

New Contributors

Full Changelog: v2.2.1...v2.2.2

v2.2.1

07 Dec 10:59
Compare
Choose a tag to compare

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

26 Nov 08:18
Compare
Choose a tag to compare

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

11 Nov 23:07
Compare
Choose a tag to compare

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

27 Oct 13:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

16 Oct 22:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

13 Oct 18:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

13 Oct 16:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v2.0.0

Migrating from 1.x.x to 2.x.x

  • Rename integration test source folder from src/integration to src/integrationTest. (reverted in 2.0.1)
  • In build.gradle[.kts] file in dependencies {} section use integrationTestImplementation(...) instead of
    integrationImplementation(...).
    (reverted in 2.0.1)
  • Skipping flags changed names. Use skipTests, skipUnitTests, skipIntegrationTests

v1.5.1

13 Oct 09:17
Compare
Choose a tag to compare

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

30 Aug 09:38
982f5da
Compare
Choose a tag to compare

Full Changelog: v1.4.7...v1.5.0