Open
Description
When adding the dependency into maven pom.xml :
<dependency> <groupId>com.blueconic</groupId> <artifactId>browscap-java</artifactId> <version>1.4.5</version> </dependency>
Intellij cannot import class com.blueconic.browscap.BrowsCapField
When looking at the jar in External Libraries, this class is not read correctly :
I've tried to rebuild the project with different version of Java :
- 1.8 : everything's good
- 11 : everything's good
- 21 : error occurred.
My project is using JDK 11 to build.
Looks like the jar sent to maven central was built with java 21, whereas github action 'Java CI with Maven' use JDK 11.
Metadata
Metadata
Assignees
Labels
No labels