Skip to content

Commit

Permalink
fix dependsOn 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AyhamAl-Ali committed Oct 12, 2023
1 parent b792c68 commit 8c5d928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/**")
Expand Down

0 comments on commit 8c5d928

Please sign in to comment.