-
Notifications
You must be signed in to change notification settings - Fork 1
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
Basic CI and gradle setup #3
Conversation
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.
Thanks!
gradle/libs.versions.toml
Outdated
junitVer = "5.9.1" | ||
|
||
[libraries] | ||
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junitVer" } |
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.
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junitVer" } | |
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junitVer" } |
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 can't commit this suggestion... I'm trying to get rid of the red warning sign at the end of the file, by adding a newline. It shows a diff, but doesn't let me commit it...
settings.gradle
Outdated
/* | ||
* This file was generated by the Gradle 'init' task. | ||
* | ||
* The settings file is used to specify which projects to include in your build. | ||
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.6/userguide/multi_project_builds.html in the Gradle documentation. | ||
*/ | ||
|
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 file was generated by the Gradle 'init' task. | |
* | |
* The settings file is used to specify which projects to include in your build. | |
* For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.6/userguide/multi_project_builds.html in the Gradle documentation. | |
*/ |
Once you fixed the two small suggestions, please squash and merge this PR. |
No description provided.