Skip to content
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

Merged
merged 5 commits into from
Mar 24, 2024
Merged

Basic CI and gradle setup #3

merged 5 commits into from
Mar 24, 2024

Conversation

rohan-shettyy
Copy link
Collaborator

No description provided.

Copy link
Member

@wmdietl wmdietl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

junitVer = "5.9.1"

[libraries]
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junitVer" }
Copy link
Member

@wmdietl wmdietl Mar 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junitVer" }
junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junitVer" }

Copy link
Member

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
Comment on lines 1 to 7
/*
* 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.
*/

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/*
* 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.
*/

@wmdietl wmdietl changed the title Update CI according to feedback Basic CI and gradle setup Mar 22, 2024
@wmdietl
Copy link
Member

wmdietl commented Mar 22, 2024

Once you fixed the two small suggestions, please squash and merge this PR.
Then pull in main into #2 and make CI pass there.
Thanks!

@rohan-shettyy rohan-shettyy merged commit 49e00be into main Mar 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants