Skip to content

Tags: gradle/test-retry-gradle-plugin

Tags

v1.6.0

Toggle v1.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
pshevche Pavlo Shevchenko
Release of 1.6.0

v1.5.10

Toggle v1.5.10's commit message

Verified

This tag was signed with the committer’s verified signature.
pshevche Pavlo Shevchenko
Release of 1.5.10

v1.5.9

Toggle v1.5.9's commit message

Verified

This tag was signed with the committer’s verified signature.
pshevche Pavlo Shevchenko
Release of 1.5.9

v1.5.8

Toggle v1.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump actions/setup-java from 3 to 4 (#246)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.5.7

Toggle v1.5.7's commit message

Verified

This tag was signed with the committer’s verified signature.
pshevche Pavlo Shevchenko
Release of 1.5.7

v1.5.6

Toggle v1.5.6's commit message
Release of 1.5.6

- 9d1aeee: Bump Gradle Wrapper from 8.3-20230715071551+0000 to 8.3 (#220)
- b41440a: Merge pull request #218 from gradle/marc/fix-wrapper-upgrade-action
- 061587f: Sign off commits as required by DCO check
- 50e5727: Add username to fix pushing to GitHub repo
- 87a7d36: Inject GRADLE_ENTERPRISE_ACCESS_KEY to publish Build Scans
- bbe7bfa: Bump org.gradle.wrapper-upgrade from 0.11.2 to 0.11.3
- 8e31993: Ensure wrapper upgrade tasks are rerun
- 35d3eae: Revert "Bump org.gradle.wrapper-upgrade from 0.11.2 to 0.11.3" (#216)
- 001e097: Bump crazy-max/ghaction-import-gpg from 5.4.0 to 6.0.0
- d80d54e: Bump org.gradle.wrapper-upgrade from 0.11.2 to 0.11.3
- c598605: Bump org.gradle.exemplar:samples-check from 1.0.0 to 1.0.1
- fcb52ab: Bump crazy-max/ghaction-import-gpg from 5.3.0 to 5.4.0
- a254480: Bump actions/checkout from 3 to 4

v1.5.5

Toggle v1.5.5's commit message
Release of 1.5.5

- 90ab626: Inject PGP signing key and passphrase via env var (#212)
- 1c64227: Bump org.codenarc:CodeNarc from 3.2.0 to 3.3.0-groovy-4.0
- 42d0f3c: Bump com.gradle.plugin-publish from 1.2.0 to 1.2.1

v1.5.4

Toggle v1.5.4's commit message
Release of 1.5.4

- 38b23b9: Merge pull request #203 from gradle/pshevche/older_gradle_no_module_path
- 108e6f0: Add func test for gradle / junit test dry run mode (#201)
- 47ce6f1: Check Spock2 presence on the module path only for Gradle 6.4+
- 414d60a: Merge pull request #202 from gradle/pshevche/retry_spock2_parameterized_methods
- e03e80d: Enable parameterized tests retry if `spock-core-2*` is on the classpath
- 6f151f6: Adjust tests to validate classes with parameterized tests not being retried as a whole
- 772b979: Add test for handling failed unrolled tests in super class with custom suffix
- 673dd24: Fix `ContextualTestExtension` for Spock2
- 0c1f119: Merge pull request #200 from gradle/pshevche/restructure_spock_specs
- e1a79e3: Replace test class inheritence from a spec class with a common abstract spec class
- 32f5150: Bump org.gradle.wrapper-upgrade from 0.11.1 to 0.11.2
- db9e4d6: Add Gradle wrapper upgrade plugin and corresponding GitHub Action (#195)
- 016d187: Update copyright year (#194)
- 37b7140: Update plugin-publish plugin to 1.2.0 (#193)
- 837cc19: Bump com.github.johnrengelman.shadow from 7.0.0 to 8.1.1
- ede99e2: Upgrade to 8.1.1
- 1140d2d: Bump org.jetbrains:annotations from 23.0.0 to 24.0.1
- 315fb92: Bump nebula.release from 15.3.1 to 17.2.2
- b78fc56: Bump actions/checkout from 2 to 3
- 2abd288: Enable Dependabot (#183)

v1.5.3

Toggle v1.5.3's commit message
Release of 1.5.3

- 735968f: Merge pull request #182 from gradle/leo/update-asm-9.5
- 37a1881: Update ASM to 9.5 for Java 21 compatibility

v1.5.2

Toggle v1.5.2's commit message
Release of 1.5.2

- f585427: Merge pull request #177 from gradle/pshevche/flaky-setup-prevents-method-retry
- 0ce11ad: Avoid having to espace `\"` in test classes
- 6ea8f14: Update versions of test frameworks to test against
- 8164379: Ignore un-retried methods if class-level failure occurred
- 965163e: Reword the message for un-retried methods
- 5b6a767: Add test checking that setup failures after cleanup failures are handled
- ff93732: Add failing tests for a flaky setup preventing retries of failed methods
- b44f055: Merge pull request #175 from gradle/snoopcheri/fix-nightly-publish-job
- 6e5e288: Use snapshot task of Nebula plugin which creates a snapshot version of the artifact
- c6fc7b7: Fix quick feedback and revert changes to trigger schedules (#172)
- 1071d94: Use <default> in TC branch filter (#171)
- 2f66b8e: Add a daily build against Gradle nightly for Test Retry plugin (#170)