-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Adding dependency by Gradle:
implementation("org.jfree:org.jfree.skijagraphics2d:1.0.3")Dependency output:
+--- org.jfree:org.jfree.skijagraphics2d:1.0.3
| +--- org.jetbrains.skija:skija-${skija.platform}:0.92.22 FAILED
| +--- org.slf4j:slf4j-api:1.7.32
| \--- org.apache.logging.log4j:log4j-slf4j-impl:2.14.1
| +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.32
| \--- org.apache.logging.log4j:log4j-api:2.14.1
Expect:
org.jetbrains.skija:skija-linux:0.92.22
Error:
> Error while evaluating property 'filteredArgumentsMap' of task ':compileKotlin'
> Could not resolve all files for configuration ':compileClasspath'.
> Could not resolve org.jetbrains.skija:skija-${skija.platform}:0.92.22.
Required by:
project : > org.jfree:org.jfree.skijagraphics2d:1.0.3
> Could not resolve org.jetbrains.skija:skija-${skija.platform}:0.92.22.
> Could not get resource 'https://maven.pkg.jetbrains.space/public/p/compose/dev/org/jetbrains/skija/skija-$%7Bskija.platform%7D/0.92.22/skija-$%7Bskija.platform%7D-0.92.22.pom'.
> Could not GET 'https://maven.pkg.jetbrains.space/public/p/compose/dev/org/jetbrains/skija/skija-$%7Bskija.platform%7D/0.92.22/skija-$%7Bskija.platform%7D-0.92.22.pom'. Received status code 400 from server: Bad Request
> Could not resolve org.jetbrains.skija:skija-${skija.platform}:0.92.22.
> Could not get resource 'https://packages.jetbrains.team/maven/p/skija/maven/org/jetbrains/skija/skija-$%7Bskija.platform%7D/0.92.22/skija-$%7Bskija.platform%7D-0.92.22.pom'.
> Could not GET 'https://packages.jetbrains.team/maven/p/skija/maven/org/jetbrains/skija/skija-$%7Bskija.platform%7D/0.92.22/skija-$%7Bskija.platform%7D-0.92.22.pom'. Received status code 400 from server: Bad Request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels