Skip to content

Task are not registered in gradlew #71

Answered by mpetuska
mihai1voicescu asked this question in Q&A
Discussion options

You must be logged in to vote

OK, I've finally had a chance to look into your sample project and found the issue. The publications are not generated because your project does not have any JS outputs due to kotlin.js.generate.executable.default=false gradle property. Removing that from gradle.properties or setting it to true (default value) will unlock JS publications autoconfigured by this plugin. This is expected behaviour for the plugin as it aims to be non-intrusive and only register tasks when it's appropriate to do so.

@mihai1voicescu can you please try it out and let me know if I can close this issue.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mpetuska
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
invalid This doesn't seem right
2 participants
Converted from issue

This discussion was converted from issue #39 on November 26, 2022 21:44.