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

Upgrade JNA #39

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Upgrade JNA #39

merged 1 commit into from
Oct 24, 2024

Conversation

Wavesonics
Copy link
Contributor

This older version of JNA is referencing an artifact that does not exist in newer versions of the JNA, it can cause build problems for projects that have projects that force using the newer versions.

> Could not resolve all files for configuration ':desktop:jvmRuntimeClasspath'.
   > Could not find jna-5.15.0-jpms.jar (net.java.dev.jna:jna:5.15.0).
     Searched in the following locations:
         https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.15.0/jna-5.15.0-jpms.jar

The problem comes when other libs have forced it to a newer version:

|    +--- com.github.Dansoftowner:jSystemThemeDetector:3.8
|    |    +--- org.slf4j:slf4j-api:1.7.32 -> 2.0.16
|    |    +--- net.java.dev.jna:jna:5.10.0 -> 5.13.0
|    |    +--- net.java.dev.jna:jna-platform:5.10.0 -> 5.13.0 (*)
|    |    +--- de.jangassen:jfa:1.2.0

This older version of JNA is referencing an artifact that does not exist in newer versions of the JNA, it can cause build problems for projects that have projects that force using the newer versions.
@Dansoftowner Dansoftowner merged commit ea2f858 into Dansoftowner:master Oct 24, 2024
@Dansoftowner
Copy link
Owner

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants