Skip to content

Commit

Permalink
updated pluginScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
akhikhl committed Oct 6, 2014
1 parent 6ecac90 commit c13d51d
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 170 deletions.
21 changes: 0 additions & 21 deletions pluginScripts/gretty-0.0.20.plugin

This file was deleted.

21 changes: 0 additions & 21 deletions pluginScripts/gretty-0.0.21.plugin

This file was deleted.

19 changes: 19 additions & 0 deletions pluginScripts/gretty-1.1.5-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.5-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)

2 changes: 1 addition & 1 deletion pluginScripts/gretty-SNAPSHOT.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

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

Expand Down
2 changes: 1 addition & 1 deletion pluginScripts/gretty.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.gretty:gretty:1.1.3'
classpath 'org.akhikhl.gretty:gretty:1.1.4'
}
}

Expand Down
21 changes: 0 additions & 21 deletions pluginScripts/gretty7-0.0.20.plugin

This file was deleted.

21 changes: 0 additions & 21 deletions pluginScripts/gretty7-0.0.21.plugin

This file was deleted.

21 changes: 0 additions & 21 deletions pluginScripts/gretty8-0.0.20.plugin

This file was deleted.

21 changes: 0 additions & 21 deletions pluginScripts/gretty8-0.0.21.plugin

This file was deleted.

21 changes: 0 additions & 21 deletions pluginScripts/gretty9-0.0.20.plugin

This file was deleted.

21 changes: 0 additions & 21 deletions pluginScripts/gretty9-0.0.21.plugin

This file was deleted.

0 comments on commit c13d51d

Please sign in to comment.