mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-26 10:29:13 +00:00
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@f7d5a0a0 [ci/skip] Add remote build cache configuration through Gradle properties (#12797) PaperMC/Paper@b4466ec9 Dialog API (#12671)
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
abstract class Services {
|
||||
@@ -166,12 +_,12 @@
|
||||
|
||||
tasks.withType<Javadoc> {
|
||||
tasks.withType<Javadoc>().configureEach {
|
||||
val options = options as StandardJavadocDocletOptions
|
||||
- options.overview = "src/main/javadoc/overview.html"
|
||||
+ options.overview = "../paper-api/src/main/javadoc/overview.html" // Leaf - project setup
|
||||
|
||||
Reference in New Issue
Block a user