1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Latest gradle syntax updates.

This commit is contained in:
Luke Taylor
2010-03-28 23:54:41 +01:00
parent eda60b72b1
commit 42cdaa0ce2
13 changed files with 26 additions and 29 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'