File tree Expand file tree Collapse file tree
src/main/java/xyz/srnyx/lazylibrary/emoji Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,10 +27,24 @@ setupJda(
2727 jdaConfig = DependencyConfig (version = " 6.4.2" ))
2828
2929repository(Repository .SRNYX_RELEASES , Repository .SRNYX_SNAPSHOTS )
30+ repositories {
31+ exclusiveContent {
32+ forRepository {
33+ maven(" https://repo.freya02.dev/snapshots" ) {
34+ mavenContent { snapshotsOnly() }
35+ }
36+ }
37+
38+ filter {
39+ includeVersionByRegex(""" \Qio.github.freya022\E""" , " .+" , " [a-f0-9]{40}-SNAPSHOT" )
40+ }
41+ }
42+ }
43+
3044dependencies {
3145 api(" xyz.srnyx:java-utilities:c53df5b" ) // General Java utility library
3246 api(" com.google.code.gson:gson:2.3.1" ) // Use this specific version for Java Utilities
33- api(" io.github.freya022:BotCommands:3.2.0 " ) // Command framework
47+ api(" io.github.freya022:BotCommands:02443b9abf4f0e18c10ff3f75b922f419c669908-SNAPSHOT " ) // Command framework
3448 api(" org.spongepowered:configurate-yaml:4.2.0" ) // Config manager
3549 api(" dev.freya02:jda-emojis:4.3.0" ) // Emojis
3650 implementation(" ch.qos.logback:logback-classic:1.5.34" ) // Logging
Original file line number Diff line number Diff line change 1111 * A wrapper for {@link ApplicationEmojiImpl} that adds a custom {@link #toString()} method
1212 *
1313 */
14- public final class ApplicationEmojiWrapper extends ApplicationEmojiImpl {
14+ public class ApplicationEmojiWrapper extends ApplicationEmojiImpl {
1515 /**
1616 * Constructs a new ApplicationEmojiWrapper with the provided ApplicationEmoji
1717 *
You can’t perform that action at this time.
0 commit comments