aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 3ac43db..8656925 100644
--- a/build.gradle
+++ b/build.gradle
@@ -114,7 +114,7 @@ javadoc {
dependsOn project(':javadoc').tasks.jar
options {
- // TODO: check again in 1.18 proper; links "https://maven.fabricmc.net/docs/yarn-$project.yarn_mappings"
+ links "https://maven.fabricmc.net/docs/yarn-$project.yarn_mappings"
links 'https://javadoc.io/doc/org.jetbrains/annotations/19.0.0'
taglets 'io.github.cottonmc.cotton.gui.jd.ExperimentalTaglet',
'io.github.cottonmc.cotton.gui.jd.PropertyTaglet'