-
Notifications
You must be signed in to change notification settings - Fork 101
Chore/kotlin migration #2084
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
base: chore/convention-plugins
Are you sure you want to change the base?
Chore/kotlin migration #2084
Conversation
b469cd4 to
9b53701
Compare
Signed-off-by: l-1squared <[email protected]>
Signed-off-by: l-1squared <[email protected]>
9b53701 to
f794b58
Compare
| val version: String by project | ||
| testImplementation("com.tngtech.jgiven:jgiven-junit:$version") | ||
| testImplementation("junit:junit:4.13.2") | ||
| testImplementation("org.seleniumhq.selenium:selenium-java:4.36.0") |
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.
Intended downdate?
| dependsOn(copyTask) | ||
| } | ||
| } | ||
| } No newline at end of file |
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.
No newline at end of file 😱
| description = "Module for writing JGiven tests with Spock 2" | ||
|
|
||
| val spock2Version = "2.3-groovy-4.0" | ||
| val groovyVersion = "4.0.28" |
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.
Another downdate?
| implementation("com.beust:jcommander:1.82") | ||
| implementation(libs.assertj) | ||
|
|
||
| testImplementation("org.seleniumhq.selenium:selenium-java:4.36.0") |
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.
... third downdate.
hvennekate
left a comment
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.
I think there might have been some inadvertent version changes, no?
No description provided.