Skip to content

Commit 21a53f5

Browse files
committed
Temporary disable Core
1 parent 4769b5b commit 21a53f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Created by https://www.gitignore.io/api/intellij
32
# Edit at https://www.gitignore.io/?templates=intellij
43

@@ -95,3 +94,4 @@ build/
9594
/.idea/
9695

9796
.gradle/
97+
/docs/

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ allprojects {
6060
"https://stleary.github.io/JSON-java/",
6161
"https://ci.dv8tion.net/job/JDA/javadoc/",
6262
"https://docs.oracle.com/javase/8/docs/api/",
63-
"https://docs.botblock.org/JavaBotBlockAPI/core/",
63+
//"https://docs.botblock.org/JavaBotBlockAPI/core/",
6464
"https://docs.botblock.org/JavaBotBlockAPI/jda/",
6565
"https://docs.botblock.org/JavaBotBlockAPI/request/"
6666
)

0 commit comments

Comments
 (0)