Skip to content

Commit a203e61

Browse files
committed
paper: Dialog API (PaperMC/Paper#12671) - b4466ec981d104c4756d1a3b90c2ee0d6ce4e6bd
Signed-off-by: David Mayr <davidliebtkekse@gmail.com>
1 parent f2214ac commit a203e61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aspaper-api/build.gradle.kts.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939
@@ -166,7 +_,7 @@
4040

41-
tasks.withType<Javadoc> {
41+
tasks.withType<Javadoc>().configureEach {
4242
val options = options as StandardJavadocDocletOptions
4343
- options.overview = "src/main/javadoc/overview.html"
4444
+ options.overview = "../paper-api/src/main/javadoc/overview.html"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion=4.2.0-SNAPSHOT
33
version=1.21.7-R0.1-SNAPSHOT
44

55
mcVersion=1.21.7
6-
paperRef=0cadaefc094c1d25eb19332cfebc02f9b5885c4a
6+
paperRef=b4466ec981d104c4756d1a3b90c2ee0d6ce4e6bd
77

88
org.gradle.caching=true
99
org.gradle.parallel=true

0 commit comments

Comments
 (0)