Skip to content

Commit f4458aa

Browse files
committed
Bump gretty to version 4.0.2
1 parent 452c02e commit f4458aa

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

gretty.plugin

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
// SOURCE: https://raw.githubusercontent.com/gretty-gradle-plugin/gretty/master/pluginScripts/gretty-3.0.3.plugin
1+
// SOURCE: https://github.com/gretty-gradle-plugin/gretty/blob/master/pluginScripts/gretty-4.0.2.plugin
22

33
buildscript {
44
repositories {
55
mavenCentral()
66
}
77

88
dependencies {
9-
classpath 'org.gretty:gretty:3.0.6'
9+
classpath 'org.gretty:gretty:4.0.2'
1010
}
1111
}
1212

1313
repositories {
1414
mavenCentral()
1515
}
1616

17-
if (!project.plugins.findPlugin(org.akhikhl.gretty.GrettyPlugin)) {
17+
if (!project.plugins.findPlugin(org.akhikhl.gretty.GrettyPlugin))
1818
project.apply(plugin: org.akhikhl.gretty.GrettyPlugin)
19-
project.gretty.servletContainer = 'jetty9.4'
20-
}

0 commit comments

Comments
 (0)