1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Latest gradle syntax updates.

This commit is contained in:
Luke Taylor
2010-03-28 23:54:41 +01:00
parent 2b9beffd08
commit d334f6fa09
13 changed files with 26 additions and 30 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
apply id: 'war'
apply id: 'jetty'
apply plugin: 'war'
apply plugin: 'jetty'
dependencies {
runtime project(':spring-security-core'),
+2 -2
View File
@@ -1,7 +1,7 @@
// Contacts sample build file
apply id: 'war'
apply id: 'jetty'
apply plugin: 'war'
apply plugin: 'jetty'
dependencies {
providedCompile 'javax.servlet:servlet-api:2.5@jar'
+2 -2
View File
@@ -1,7 +1,7 @@
// OpenID sample build file
apply id: 'war'
apply id: 'jetty'
apply plugin: 'war'
apply plugin: 'jetty'
dependencies {
providedCompile 'javax.servlet:servlet-api:2.5@jar'
+2 -2
View File
@@ -1,7 +1,7 @@
// Tutorial sample build file
apply id: 'war'
apply id: 'jetty'
apply plugin: 'war'
apply plugin: 'jetty'
dependencies {
providedCompile 'javax.servlet:servlet-api:2.5@jar'