Cannot import via gradle
Just setting up a new project.
Depen:
implementation("com.kotlindiscord.kord.extensions:kord-extensions:1.5.6")
repo contains mavenCentral()
, gradle is verion 8.2
Error: (Could Not Resolve: URI): https://paste.learnspigot.com/eyakecayet.csharpLearnSpigot: Send and save code snippets on our pastebin
LearnSpigot provides a free web-based pastebin service for storing and sharing code snippets with anyone. Powered by hastebin.
Solution:Jump to solution
Didnt know that would throw an error
```kt
kotlin {
jvmToolchain(8) // <- this should be 17...
10 Replies
Tried copying off sonatype, maven central, docs, and even an existing bot
whole gradle file: https://paste.learnspigot.com/esucuhewoh.csharp
LearnSpigot: Send and save code snippets on our pastebin
LearnSpigot provides a free web-based pastebin service for storing and sharing code snippets with anyone. Powered by hastebin.
I tried using the toml file for imports but I was under the impression I was doing something wrong there as Ive never used it before so I implemented manually
.9-SNAPSHOT
(from the template bot) and uncommenting sonatype snapshots still doesnt work eitherHmm
Let me take a look
I don't see anything obviously wrong
Let me make sure my sonatype account is okay
👍
OHHHHHH
Yeah, seems fine
Solution
Didnt know that would throw an error
Oh, yeah, you need.. What was it
At least java 13
Perfect, ty for the help! Have a good day
No worries