aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--patches/api/Adventure.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/api/Adventure.patch b/patches/api/Adventure.patch
index c1c82e2368..c2cc35f1f9 100644
--- a/patches/api/Adventure.patch
+++ b/patches/api/Adventure.patch
@@ -84,7 +84,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ doFirst {
+ options.addStringOption(
+ "sourcepath",
-+ apiAndDocs.resolvedConfiguration.files.joinToString(separator = File.pathSeparator, transform = File::getPath)
++ apiAndDocs.elements.get().map { it.asFile }.joinToString(separator = File.pathSeparator, transform = File::getPath)
+ )
+ }
+