Fixed javadoc bug

master
Robinson 2023-01-17 01:55:25 +01:00
parent 39a8f75c49
commit 9f8064eff6
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ class PublishPlugin : Plugin<Project> {
// nothing in javadocs. sources is all we care about
archiveClassifier.set("javadoc")
mustRunAfter(project.tasks.getByName("jar"))
from("")
}
// this makes sure that we run this AFTER all the info in the project has been figured out, but before it's run (so we can still modify it)