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

com.twcable.gradle:gradle-plugin-scr:1.2.0 fails in java 11 #10

Open
vijayselvas opened this issue Aug 16, 2021 · 0 comments
Open

com.twcable.gradle:gradle-plugin-scr:1.2.0 fails in java 11 #10

vijayselvas opened this issue Aug 16, 2021 · 0 comments

Comments

@vijayselvas
Copy link

We are using Gradle 4x with the below dependencies to build our AEM project and it's working fine with java 8.

buildscript {
dependencies {
classpath "com.twcable.gradle:gradle-plugin-scr:1.2.0"
}
}

dependencies {
compile group: 'org.apache.felix', name: 'org.apache.felix.http.servlet-api', version: '1.1.0'
compile group: 'org.apache.felix', name: 'org.apache.felix.scr.annotations', version: '1.9.8'
}

Now, We are trying to upgrade to Java 11 where it's failing with the Felix annotations/dependencies. Do we have any workaround to make Felix work in Java 11?

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