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 1e8fdb6 commit 6388bd9Copy full SHA for 6388bd9
gradle/groovydoc-defaults.gradle
@@ -1,3 +1,7 @@
1
+def vGroovy = '2.3.10'
2
+
3
4
groovydoc {
5
link 'https://docs.oracle.com/javase/7/docs/api/', 'java.', 'javax.', 'org.xml.'
6
+ link "http://docs.groovy-lang.org/docs/groovy-${vGroovy}/html/gapi/", 'groovy.', 'org.codehaus.groovy.'
7
}
0 commit comments