Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Typos of tasks' name #254

Closed
berberman opened this issue Nov 23, 2018 · 3 comments
Closed

Typos of tasks' name #254

berberman opened this issue Nov 23, 2018 · 3 comments

Comments

@berberman
Copy link

Please see

return project.task("genereateSourcesJarFor${publicationName.capitalize()}Publication", type: Jar) { Jar jar ->

and

return project.task("genereateJavadocsJarFor${publicationName.capitalize()}Publication", type: Jar) { Jar jar ->

Is genereate a synonym for generate or just a typo? 💯

@StefMa
Copy link
Contributor

StefMa commented Nov 23, 2018 via email

@mr-archano
Copy link
Contributor

Thanks for the heads-up @berberman: it is a typo indeed and copy/pasting didn't help 😅
I am going to open a PR shortly, it will be fixed in next release 👍

mr-archano added a commit that referenced this issue Nov 25, 2018
Issues/254: Fix typo in internal tasks name
@mr-archano
Copy link
Contributor

Fixed in 0.9.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants