Skip to content

Commit

Permalink
build.gradle: fix javadoc dependency ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
APickledWalrus committed Jun 22, 2024
1 parent e02015f commit e2928ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ task nightlyRelease(type: ShadowJar) {
}

javadoc {
mustRunAfter(tasks.withType(ProcessResources))
title = 'Skript ' + project.property('version')
source = sourceSets.main.allJava

Expand Down

0 comments on commit e2928ce

Please sign in to comment.