Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Karaf plugin not working for gradle7 #90

Open
chayan-dhaddha opened this issue Jan 31, 2025 · 0 comments
Open

Karaf plugin not working for gradle7 #90

chayan-dhaddha opened this issue Jan 31, 2025 · 0 comments

Comments

@chayan-dhaddha
Copy link

chayan-dhaddha commented Jan 31, 2025

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:

buildscript {
  repositories {
    gradlePluginPortal()
  }
  dependencies {
    classpath("com.github.lburgazzoli.karaf:com.github.lburgazzoli.karaf.gradle.plugin:0.5.6")
  }
}

apply plugin: "com.github.lburgazzoli.karaf"

[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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant