gretty icon indicating copy to clipboard operation
gretty copied to clipboard

this link is obsolete

Open cnruby opened this issue 4 years ago • 0 comments

In the page http://akhikhl.github.io/gretty-doc/Getting-started.html exists the follow obsolete link:

The obsolete link

  • https://raw.github.com/akhikhl/gretty/master/pluginScripts/gretty.plugin
  dependencies {
    classpath 'org.akhikhl.gretty:gretty:2.0.0'
  }

The current link:

https://raw.github.com/gretty-gradle-plugin/gretty/master/pluginScripts/gretty.plugin

  dependencies {
    classpath 'org.gretty:gretty:3.0.3'
  }

cnruby avatar Dec 06 '20 18:12 cnruby