You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was trying to apply the plugin from a shared script, which also contains the buildscript classpath.
In this script I also apply the versionStrategy RebuildVersionStrategy.INSTANCE to the release task configuration.
But the got an error on the application of org.ajoberstar.grgit.* (two) plugins, because they are applied by name in the apply method of class SemanticReleasePlugin.
I was able to make it work by using the fully qualified class name and rebuilding the semantic-release plugin:
Hi,
I was trying to apply the plugin from a shared script, which also contains the buildscript classpath.
In this script I also apply the
versionStrategy RebuildVersionStrategy.INSTANCE
to therelease
task configuration.I found here that in this case:
So I used this:
But the got an error on the application of
org.ajoberstar.grgit.*
(two) plugins, because they are applied by name in theapply
method of classSemanticReleasePlugin
.I was able to make it work by using the fully qualified class name and rebuilding the semantic-release plugin:
What do you think?
Thank you.
The text was updated successfully, but these errors were encountered: