trevjonez / composer-gradle-plugin

Gradle task type and plugin for interacting with https://github.com/gojuno/composer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish plugin on gradlePluginPortal / mavenCentral

plastiv opened this issue · comments

jitpack is good for rapid development and prototyping. Do you think at this point plugin is stable enough to be published on proper artifact registry?

yea I will probably push it to the gradle portal. it is mostly simple to setup without odd constraints. I do intend to keep the repo jitpack friendly though so local fixes and forks can iterate rapidly, etc...

I added a branch with the config for plugin portal publishing just now. I'll try to get it up there for version 0.10.0

so it looks like the plugin portal doesn't like the lib module that doesn't itself contain a plugin impl. I'll either have to merge the two or go with a different repo. leaning towards merging the two. I don't think there is much use case of core alone to date.

targeting 0.11 for this.