You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I run the githubRelease task, I get this error:
No signature of method: okhttp3.Request$Builder.tap() is applicable for argument types: (com.github.breadmoirai.githubreleaseplugin.GithubApi$_connect_closure1) values: [com.github.breadmoirai.githubreleaseplugin.GithubApi$_connect_closure1@b4f42b]
Possible solutions: tag(java.lang.Object), wait(), get(), head(), any(), grep()
Java: 1.8.0_201
Gradle: 4.10.2
Whenever I run the githubRelease task, I get this error:
No signature of method: okhttp3.Request$Builder.tap() is applicable for argument types: (com.github.breadmoirai.githubreleaseplugin.GithubApi$_connect_closure1) values: [com.github.breadmoirai.githubreleaseplugin.GithubApi$_connect_closure1@b4f42b]
Possible solutions: tag(java.lang.Object), wait(), get(), head(), any(), grep()
Gradle is setup in a subproject structure.
Subproject build.gradle:
The text was updated successfully, but these errors were encountered: