We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b0646 commit 4f13b70Copy full SHA for 4f13b70
3 files changed
application/build.gradle
@@ -1,4 +1,4 @@
1
-buildscript {
+buildscript {
2
dependencies {
3
classpath 'org.xerial:sqlite-jdbc:3.50.1.0'
4
}
application/src/main/java/org/togetherjava/tjbot/features/help/HelpSystemHelper.java
-package org.togetherjava.tjbot.features.help;
+package org.togetherjava.tjbot.features.help;
import net.dv8tion.jda.api.EmbedBuilder;
import net.dv8tion.jda.api.entities.Guild;
build.gradle
-plugins {
+plugins {
id 'java'
id "com.diffplug.spotless" version "7.0.3"
id "org.sonarqube" version "6.2.0.5505"
0 commit comments