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
I am trying to apply the JBBP plugin to a simple empty command line project and get this error.
Stacktrace:
Caused by: java.lang.IllegalArgumentException: Cannot add extension with name 'jbbp', as there is an extension already registered with that name.
at org.gradle.internal.extensibility.ExtensionsStorage.add(ExtensionsStorage.java:40)
at org.gradle.internal.extensibility.DefaultConvention.add(DefaultConvention.java:120)
at org.gradle.internal.extensibility.DefaultConvention.create(DefaultConvention.java:138)
at org.gradle.internal.extensibility.DefaultConvention.create(DefaultConvention.java:132)
at com.igormaznitsa.jbbp.plugin.gradle.JBBPPlugin.apply(JBBPPlugin.java:14)
at com.igormaznitsa.jbbp.plugin.gradle.JBBPPlugin.apply(JBBPPlugin.java:7)
I quickly checked out the source code here and I indeed see double creation of extension.