Added missing jettyVersion variable to build.gradle.
This commit is contained in:
parent
90d6ff1fde
commit
403f8da79a
|
@ -26,6 +26,7 @@ configure(javaProjects()) {
|
|||
aspectjVersion = '1.6.5'
|
||||
apacheDsVersion = '1.5.5'
|
||||
jstlVersion = '1.1.2'
|
||||
jettyVersion = '6.1.22'
|
||||
|
||||
configurations {
|
||||
bundlor
|
||||
|
|
Loading…
Reference in New Issue