JDA-Applications / JDA-Utilities

A series of tools and utilities for JDA to assist in bot creation
Apache License 2.0
218 stars 111 forks source link

Move to Maven Central #133

Closed david-jng closed 3 years ago

david-jng commented 3 years ago

Got some issues during todays builds and found out, that Gradle won't support JCenter in future (https://blog.gradle.org/jcenter-shutdown).

My error log was: The fail message is: Could not determine artifacts for com.jagrosh:jda-utilities:3.0.1 During gradle build.

Therefore please move to MavenCentral (https://repo.maven.apache.org/maven2/)

freya022 commented 3 years ago

You can always use jitpack if you're really interested.

Or use a fork

david-jng commented 3 years ago

You can always use jitpack if you're really interested.

Or use a fork

Yep, but I miss some features for example MarkdownUtil

freya022 commented 3 years ago

You can always use jitpack if you're really interested. Or use a fork

Yep, but I miss some features for example MarkdownUtil

This is JDA class in no way related to JDA-Utilities, you can find the class here

david-jng commented 3 years ago

You can always use jitpack if you're really interested. Or use a fork

Yep, but I miss some features for example MarkdownUtil

This is JDA class in no way related to JDA-Utilities, you can find the class here

Ok you're right, just found it. Thanks!

jagrosh commented 3 years ago

This is being moved to dv8's maven repository (the same one JDA is on), which will happen basically whenever someone who knows how to use gradle PRs an update to do that