Skip to content

Commit

Permalink
updated pluginScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
akhikhl committed Sep 2, 2014
1 parent 590dd87 commit 4c34331
Show file tree
Hide file tree
Showing 43 changed files with 59 additions and 1,016 deletions.
27 changes: 0 additions & 27 deletions pluginScripts/gretty-0.0.10.plugin

This file was deleted.

27 changes: 0 additions & 27 deletions pluginScripts/gretty-0.0.11.plugin

This file was deleted.

27 changes: 0 additions & 27 deletions pluginScripts/gretty-0.0.12.plugin

This file was deleted.

27 changes: 0 additions & 27 deletions pluginScripts/gretty-0.0.13.plugin

This file was deleted.

35 changes: 0 additions & 35 deletions pluginScripts/gretty-0.0.3.plugin

This file was deleted.

37 changes: 0 additions & 37 deletions pluginScripts/gretty-0.0.4.plugin

This file was deleted.

27 changes: 0 additions & 27 deletions pluginScripts/gretty-0.0.5.plugin

This file was deleted.

27 changes: 0 additions & 27 deletions pluginScripts/gretty-0.0.6.plugin

This file was deleted.

27 changes: 0 additions & 27 deletions pluginScripts/gretty-0.0.7.plugin

This file was deleted.

27 changes: 0 additions & 27 deletions pluginScripts/gretty-0.0.8.plugin

This file was deleted.

27 changes: 0 additions & 27 deletions pluginScripts/gretty-0.0.9.plugin

This file was deleted.

19 changes: 19 additions & 0 deletions pluginScripts/gretty-1.1.2-SNAPSHOT.plugin
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
buildscript {
repositories {
jcenter()
maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local' }
}

dependencies {
classpath 'org.akhikhl.gretty:gretty:1.1.2-SNAPSHOT'
}
}

repositories {
jcenter()
maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local' }
}

if (!project.plugins.findPlugin(org.akhikhl.gretty.GrettyPlugin))
project.apply(plugin: org.akhikhl.gretty.GrettyPlugin)

Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty-plugin:0.0.14'
classpath 'org.akhikhl.gretty:gretty:1.1.2'
}
}

repositories {
jcenter()
}

project.apply plugin: 'war'

if (!project.plugins.findPlugin(org.akhikhl.gretty.GrettyPlugin))
project.apply(plugin: org.akhikhl.gretty.GrettyPlugin)

System.err.println 'gretty-0.0.14.plugin is deprecated, please use gretty.plugin instead'

19 changes: 19 additions & 0 deletions pluginScripts/gretty-1.1.3-SNAPSHOT.plugin
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
buildscript {
repositories {
jcenter()
maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local' }
}

dependencies {
classpath 'org.akhikhl.gretty:gretty:1.1.3-SNAPSHOT'
}
}

repositories {
jcenter()
maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local' }
}

if (!project.plugins.findPlugin(org.akhikhl.gretty.GrettyPlugin))
project.apply(plugin: org.akhikhl.gretty.GrettyPlugin)

Loading

0 comments on commit 4c34331

Please sign in to comment.