Skip to content

Commit c13d51d

Browse files
committed
updated pluginScripts
1 parent 6ecac90 commit c13d51d

11 files changed

+21
-170
lines changed

pluginScripts/gretty-0.0.20.plugin

Lines changed: 0 additions & 21 deletions
This file was deleted.

pluginScripts/gretty-0.0.21.plugin

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
buildscript {
2+
repositories {
3+
jcenter()
4+
maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local' }
5+
}
6+
7+
dependencies {
8+
classpath 'org.akhikhl.gretty:gretty:1.1.5-SNAPSHOT'
9+
}
10+
}
11+
12+
repositories {
13+
jcenter()
14+
maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local' }
15+
}
16+
17+
if (!project.plugins.findPlugin(org.akhikhl.gretty.GrettyPlugin))
18+
project.apply(plugin: org.akhikhl.gretty.GrettyPlugin)
19+

pluginScripts/gretty-SNAPSHOT.plugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'org.akhikhl.gretty:gretty:1.1.4-SNAPSHOT'
8+
classpath 'org.akhikhl.gretty:gretty:1.1.5-SNAPSHOT'
99
}
1010
}
1111

pluginScripts/gretty.plugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath 'org.akhikhl.gretty:gretty:1.1.3'
7+
classpath 'org.akhikhl.gretty:gretty:1.1.4'
88
}
99
}
1010

pluginScripts/gretty7-0.0.20.plugin

Lines changed: 0 additions & 21 deletions
This file was deleted.

pluginScripts/gretty7-0.0.21.plugin

Lines changed: 0 additions & 21 deletions
This file was deleted.

pluginScripts/gretty8-0.0.20.plugin

Lines changed: 0 additions & 21 deletions
This file was deleted.

pluginScripts/gretty8-0.0.21.plugin

Lines changed: 0 additions & 21 deletions
This file was deleted.

pluginScripts/gretty9-0.0.20.plugin

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)