Skip to content

Commit

Permalink
made folia module skip javadoc compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdeZhang committed May 16, 2024
1 parent 7d96865 commit 5a7d3b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Plan/folia/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ compileJava {
options.release = 17
}

javadoc {
enabled = false
}

dependencies {
shadow "net.playeranalytics:platform-abstraction-layer-folia:$palVersion"
}
Expand Down

0 comments on commit 5a7d3b2

Please sign in to comment.