tudalgo/fopbot-playground

Dependency "com.github.Dansoftowner:jSystemThemeDetector:3.9.1." is missing

Closed this issue · 3 comments

Error thrown by InteliJ:

Execution failed for task ':fopbot_playground.example.FillRectangle.main()'.
Could not resolve all files for configuration ':runtimeClasspath'.
   Could not find com.github.Dansoftowner:jSystemThemeDetector:3.9.1.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/github/Dansoftowner/jSystemThemeDetector/3.9.1/jSystemThemeDetector-3.9.1.pom
     Required by:
         root project : > org.tudalgo:fopbot:0.8.0

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

The code runs fine before this commit: 00495f0, so just revert back to this commit for now: eaf8b19, that worked for me

Fixed in 2ec3fc6