We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f909bc commit 644a8bcCopy full SHA for 644a8bc
build.gradle.kts
@@ -55,7 +55,8 @@ tasks.register<Javadoc>("javadocs") {
55
title = "${project.ext.get("plugin_display_name")} ${project.ext.get("plugin_version")} API"
56
source = sourceSets.getByName("main").java
57
classpath = files(File(System.getProperty("java.home") + File.separator + "lib" + File.separator + "rt.jar"))
58
- classpath += configurations.getByName("implementation")
+ classpath += configurations.getByName("runtimeClasspath")
59
+ // classpath += configurations.getByName("compileClasspath")
60
// options.links = "https://docs.oracle.com/en/java/javase/17/docs/api/"
61
// options.linkSource = true
62
// options.author = true
0 commit comments