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: