Files
detekt/docs/Gemfile
Brais Gabín f05ff9e7e8 Show groovy and kotlin dsl in the same page (#2971)
* add goorvy and kotlin gradle in the documentation

* Improve docs

* Enable jekyll-redirect-from
2020-08-15 22:02:49 +02:00

7 lines
114 B
Ruby

source "https://rubygems.org"
group :jekyll_plugins do
gem 'github-pages'
gem 'jekyll-redirect-from'
end