Skip to content

Bumping to gradle 6 #221

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

Merged
merged 5 commits into from
Aug 4, 2022
Merged

Bumping to gradle 6 #221

merged 5 commits into from
Aug 4, 2022

Conversation

upgle
Copy link
Member

@upgle upgle commented Aug 2, 2022

Description

Use the same version of gradle as openwhisk core project.
related to apache/openwhisk#5276

compile "org.scala-lang:scala-library:${gradle.scala.version}"
compile "org.apache.openwhisk:openwhisk-tests:${gradle.openwhisk.version}:tests"
compile "org.apache.openwhisk:openwhisk-tests:${gradle.openwhisk.version}:test-sources"
implementation "junit:junit:4.11"
Copy link

@ningyougang ningyougang Aug 3, 2022

Choose a reason for hiding this comment

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

Ah, i see, this is a option, i will check it in go runtime, seems still exist in my local after added implementation "junit:junit:4.11"

Copy link
Member Author

Choose a reason for hiding this comment

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

A parent project (openwhisk core) that uses implementation instead of compile no longer provides dependencies to child projects. It needs to re-add the required dependencies for testing with implementation in sub project.

related documents:

@ningyougang ningyougang merged commit 431acd7 into apache:master Aug 4, 2022
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