[rest-gradle-plugin] 37/83: Update plugin installation section
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Oct 25 15:59:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository rest-gradle-plugin.
commit d525440b806f9913e3f7e90c8a8e12ae96ffb73c
Author: Noam Y. Tenne <noam at 10ne.org>
Date: Wed Aug 13 11:24:15 2014 +0300
Update plugin installation section
---
README.asciidoc | 35 +----------------------------------
1 file changed, 1 insertion(+), 34 deletions(-)
diff --git a/README.asciidoc b/README.asciidoc
index daa0d9c..038ec81 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -4,41 +4,8 @@
=== Installation ===
-The plugin can be installed using the following snippets
+See the http://plugins.gradle.org/plugin/org.10ne.rest[Gradle Plugin Portal] for instructions.
-==== Plugin version 0.1.x ====
-
-[source,groovy]
-----
-buildscript {
- repositories {
- jcenter()
- }
-
- dependencies {
- classpath 'org._10ne.gradle:rest-gradle-plugin:0.1.1'
- }
-}
-
-apply plugin: 'rest'
-----
-
-==== Plugin version 0.3.x ====
-
-[source,groovy]
-----
-buildscript {
- repositories {
- jcenter()
- }
-
- dependencies {
- classpath 'org._10ne.gradle:rest-gradle-plugin:0.3'
- }
-}
-
-apply plugin: 'org.10ne.rest'
-----
=== Usage ===
The plugin adds a new task named `rest`. This task exposes the following properties::
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rest-gradle-plugin.git
More information about the pkg-java-commits
mailing list