Join Slack
Powered by
Hi. Using gradle, how publish the jsJar of a javas...
# javascript
d
Darren Bell
07/23/2020, 11:33 AM
Hi. Using gradle, how publish the jsJar of a javascript library project to a maven repository?
t
turansky
07/23/2020, 1:21 PM
1. Add maven publish plugin 2. Configure publication
https://github.com/turansky/yfiles-kotlin/blob/a95677a8fa7a88aa6a7f8b99bbdf153803680830/libraries/yfiles-kotlin/build.gradle.kts#L76
d
Darren Bell
07/24/2020, 10:16 AM
Thanks. I was going wrong at this line
https://github.com/turansky/yfiles-kotlin/blob/a95677a8fa7a88aa6a7f8b99bbdf153803680830/libraries/yfiles-kotlin/build.gradle.kts#L79
16
Views
Open in Slack
Previous
Next