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 building my project with gradle 7.3.3 and using karaf for running service. I used the below karaf configuration for building the code but got error: Plugin with id "com.github.lburgazzoli.karaf" not found.
In groovy script, Karaf related configuration set:
[Source of getting above configuration: https://plugins.gradle.org/plugin/com.github.lburgazzoli.karaf]
[Note: Tried configuration mentioned in README but code was not building]
And also try to add mavenCentral() in repositories instead of gradlePluginPortal but still getting same error.
Can someone help me in resolving this issue. Thanks.
The text was updated successfully, but these errors were encountered:
I am building my project with gradle 7.3.3 and using karaf for running service. I used the below karaf configuration for building the code but got error: Plugin with id "com.github.lburgazzoli.karaf" not found.
In groovy script, Karaf related configuration set:
[Source of getting above configuration: https://plugins.gradle.org/plugin/com.github.lburgazzoli.karaf]
[Note: Tried configuration mentioned in README but code was not building]
And also try to add mavenCentral() in repositories instead of gradlePluginPortal but still getting same error.
Can someone help me in resolving this issue. Thanks.
The text was updated successfully, but these errors were encountered: