Update Groovy documentation (4.0.0)

pull/1714/head
Simon Legner 3 years ago
parent bc92b0c409
commit 8273108a5a

@ -359,7 +359,7 @@ credits = [
'https://raw.githubusercontent.com/graphite-project/graphite-web/master/LICENSE' 'https://raw.githubusercontent.com/graphite-project/graphite-web/master/LICENSE'
], [ ], [
'Groovy', 'Groovy',
'2003-2020 The Apache Software Foundation', '2003-2022 The Apache Software Foundation',
'Apache', 'Apache',
'https://github.com/apache/groovy-website/blob/asf-site/LICENSE' 'https://github.com/apache/groovy-website/blob/asf-site/LICENSE'
], [ ], [

@ -19,10 +19,15 @@ module Docs
] ]
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2003-2020 The Apache Software Foundation<br> &copy; 2003-2022 The Apache Software Foundation<br>
Licensed under the Apache license. Licensed under the Apache license.
HTML HTML
version '4.0' do
self.release = '4.0.0'
self.base_url = "https://docs.groovy-lang.org/#{self.release}/html/gapi/"
end
version '3.0' do version '3.0' do
self.release = '3.0.9' self.release = '3.0.9'
self.base_url = "https://docs.groovy-lang.org/#{self.release}/html/gapi/" self.base_url = "https://docs.groovy-lang.org/#{self.release}/html/gapi/"

Loading…
Cancel
Save