Skip to content

Commit 644a8bc

Browse files
committed
javadoc classpath changed.
1 parent 1f909bc commit 644a8bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ tasks.register<Javadoc>("javadocs") {
5555
title = "${project.ext.get("plugin_display_name")} ${project.ext.get("plugin_version")} API"
5656
source = sourceSets.getByName("main").java
5757
classpath = files(File(System.getProperty("java.home") + File.separator + "lib" + File.separator + "rt.jar"))
58-
classpath += configurations.getByName("implementation")
58+
classpath += configurations.getByName("runtimeClasspath")
59+
// classpath += configurations.getByName("compileClasspath")
5960
// options.links = "https://docs.oracle.com/en/java/javase/17/docs/api/"
6061
// options.linkSource = true
6162
// options.author = true

0 commit comments

Comments
 (0)