From 8c5d9282a842e2e4054c472636ad6f144d7204ce Mon Sep 17 00:00:00 2001 From: Ayham Al-Ali <20037329+AyhamAl-Ali@users.noreply.github.com> Date: Fri, 13 Oct 2023 00:08:43 +0300 Subject: [PATCH] fix dependsOn 2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7447bd92f20..2edf4e021c7 100644 --- a/build.gradle +++ b/build.gradle @@ -379,8 +379,8 @@ task nightlyRelease(type: ShadowJar) { } javadoc { + dependsOn githubResources title = 'Skript ' + project.property('version') - dependsOn githubRelease source = sourceSets.main.allJava exclude("ch/njol/skript/conditions/**")