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

Upgrade to Java 17 #95

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Upgrade to Java 17 #95

wants to merge 3 commits into from

Conversation

Natchica
Copy link
Contributor

@Natchica Natchica commented Jan 7, 2025

No description provided.

@Natchica Natchica self-assigned this Jan 7, 2025
@Natchica Natchica marked this pull request as ready for review January 7, 2025 13:29
build.gradle Outdated
Comment on lines 80 to 83
implementation 'org.assertj:assertj-core'
implementation "org.mockito:mockito-core"
implementation "org.mockito:mockito-junit-jupiter"
implementation "org.mockito:mockito-inline" // activates mocking final classes/methods
Copy link
Contributor

Choose a reason for hiding this comment

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

On my laptop, it even works with only

Suggested change
implementation 'org.assertj:assertj-core'
implementation "org.mockito:mockito-core"
implementation "org.mockito:mockito-junit-jupiter"
implementation "org.mockito:mockito-inline" // activates mocking final classes/methods
implementation 'org.assertj:assertj-core'
implementation "org.mockito:mockito-junit-jupiter"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Resolved in d9da2ee

Copy link

sonarqubecloud bot commented Jan 7, 2025

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