Skip to content

Commit

Permalink
fix: Avoid publishing empty JD for neoforge-services
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Aug 25, 2024
1 parent 7328ad5 commit 310b36b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions neoforge/services/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
plugins {
id 'publishing-conventions'
}

tasks.named('copyJavadoc').configure {
enabled = false
}

0 comments on commit 310b36b

Please sign in to comment.