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

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'