-
-
Notifications
You must be signed in to change notification settings - Fork 6
Update gradle to 8.13 #187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Using Gradle 8.13 + JUnit5 (not JvmTestSuite). Tried to apply a latest plugin version. Will it be resolved by this PR?
|
@xRomZak |
@@ -1,6 +1,6 @@ | |||
plugins { | |||
kotlin("jvm") version "2.1.10" | |||
id("com.coditory.integration-test") version "2.2.4" | |||
// id("com.coditory.integration-test") version "2.2.5" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment can be removed after receiving a confirmation that this isn't necessary, everything works fine without this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is rather important. Without it most of the tests (that are integration tests) are skipped.
Hey, thanks for your PR and approaching the gradle upgrade incompatibilities. The PR required test migration (from The fix is already published in |
Oh right, forgot about that. Thanks for your fix! This PR can be closed 😁 |
Changes
id("com.coditory.integration-test") version "2.2.4"
, i have no clue if this is necessary for something, but it looks like a circular dependencyChecklist
-- There was one from dependabot, i just fixed the code part in order to bump the version