diff options
author | Mark Perry <maperry78+github@gmail.com> | 2015-09-12 13:15:51 +1000 |
---|---|---|
committer | Mark Perry <maperry78+github@gmail.com> | 2015-09-12 13:15:51 +1000 |
commit | f130a34a84a3ac3433e10bee7a6b516569feeb3b (patch) | |
tree | c5c2bf802c5d0c0935910b8b9f4baee582a415ab /README.adoc | |
parent | 2008f1844f4b73f31eee8c12bbec444b5b97e69b (diff) | |
parent | 3f94faced8204a7daade2c009a585bd737b22f31 (diff) | |
download | frege-gradle-plugin-f130a34a84a3ac3433e10bee7a6b516569feeb3b.tar.gz frege-gradle-plugin-f130a34a84a3ac3433e10bee7a6b516569feeb3b.tar.bz2 frege-gradle-plugin-f130a34a84a3ac3433e10bee7a6b516569feeb3b.zip |
Merge pull request #16 from Frege/PluginPortal
publish directly Plugin portal
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 30 |
1 files changed, 3 insertions, 27 deletions
diff --git a/README.adoc b/README.adoc index e8f3b81..09139e4 100644 --- a/README.adoc +++ b/README.adoc @@ -3,34 +3,10 @@ This is the official Gradle plugin to compile Frege projects (https://github.com/Frege/frege). See the example project, https://github.com/mperry/frege-gradle-example, for how to use this plugin. -The latest release is 0.4.1. Note that the 0.3 experimented with _github releases_ and http://jitpack.io. There seems to be access issues to the 0.3 release, please use the 0.4-SNAPSHOT snapshot release. += How to refer to on a gradle build -[source, groovy] ----- -buildscript { // make the frege plugin available in our build - repositories { - mavenLocal() // if you have the plugin installed locally, this is enough - maven { - url "https://oss.sonatype.org/content/groups/public" - } - } - dependencies { - classpath 'org.frege-lang:frege-gradle-plugin:0.4.1' - } -} ----- - - -To locally install this plugin use - - gradlew clean install - - -NOTE: There is no need to install gradle or anything else beside a recent Java version. - It is all self-installing. +See https://plugins.gradle.org/plugin/org.frege-lang = Continuous Integration -The Travis CI build of this repository is at https://travis-ci.org/Frege/frege-gradle-plugin/ . - -The snapshot builds are automatically deployed to Sonatype at https://oss.sonatype.org/content/groups/public/org/frege-lang/frege-gradle-plugin/. +The Travis CI build of this repository is at https://travis-ci.org/Frege/frege-gradle-pgitlugin/ .
\ No newline at end of file |