Skip to content

Commit 6388bd9

Browse files
committed
Link to Groovy API 2.3.10 in Groovydoc
1 parent 1e8fdb6 commit 6388bd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle/groovydoc-defaults.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
def vGroovy = '2.3.10'
2+
3+
14
groovydoc {
25
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.'
37
}

0 commit comments

Comments
 (0)