We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452c02e commit f4458aaCopy full SHA for f4458aa
gretty.plugin
@@ -1,20 +1,18 @@
1
-// SOURCE: https://raw.githubusercontent.com/gretty-gradle-plugin/gretty/master/pluginScripts/gretty-3.0.3.plugin
+// SOURCE: https://github.com/gretty-gradle-plugin/gretty/blob/master/pluginScripts/gretty-4.0.2.plugin
2
3
buildscript {
4
repositories {
5
mavenCentral()
6
}
7
8
dependencies {
9
- classpath 'org.gretty:gretty:3.0.6'
+ classpath 'org.gretty:gretty:4.0.2'
10
11
12
13
14
15
16
17
-if (!project.plugins.findPlugin(org.akhikhl.gretty.GrettyPlugin)) {
+if (!project.plugins.findPlugin(org.akhikhl.gretty.GrettyPlugin))
18
project.apply(plugin: org.akhikhl.gretty.GrettyPlugin)
19
- project.gretty.servletContainer = 'jetty9.4'
20
-}
0 commit comments