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

add missing logger paramter #470

Merged
merged 1 commit into from
Jan 16, 2023
Merged

add missing logger paramter #470

merged 1 commit into from
Jan 16, 2023

Conversation

sdelamo
Copy link
Contributor

@sdelamo sdelamo commented Jan 16, 2023

solves:

Execution failed for task ':createReleasesDropdown'.
> Error while evaluating property 'versionsJson' of task ':createReleasesDropdown'.
   > Failed to calculate the value of task ':createReleasesDropdown' property 'versionsJson'.
      > No signature of method: static io.micronaut.build.utils.GithubApiUtils.fetchTagsFromGitHub() is applicable for argument types: (String) values: [micronaut-projects/micronaut-core]
        Possible solutions: fetchTagsFromGitHub(org.gradle.api.logging.Logger, java.lang.String)

solves:

```
Execution failed for task ':createReleasesDropdown'.
> Error while evaluating property 'versionsJson' of task ':createReleasesDropdown'.
   > Failed to calculate the value of task ':createReleasesDropdown' property 'versionsJson'.
      > No signature of method: static io.micronaut.build.utils.GithubApiUtils.fetchTagsFromGitHub() is applicable for argument types: (String) values: [micronaut-projects/micronaut-core]
        Possible solutions: fetchTagsFromGitHub(org.gradle.api.logging.Logger, java.lang.String)

```
@sdelamo sdelamo requested a review from melix January 16, 2023 12:07
@sdelamo sdelamo changed the base branch from master to 5.3.x January 16, 2023 12:08
@melix
Copy link
Contributor

melix commented Jan 16, 2023

Needs to be backported to 5.4.x, 6.1.x and master.

@melix melix merged commit 18140d4 into 5.3.x Jan 16, 2023
@melix melix deleted the fix branch January 16, 2023 12:38
@melix
Copy link
Contributor

melix commented Jan 16, 2023

Backported to all the mentioned branches

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