1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Added missing gradle build files for remaining samples. Some related reordering, dependency fixing etc. CAS sample no longer requires two separate subprojects as both client and server app can be run from a single gradle build.

This commit is contained in:
Luke Taylor
2010-07-27 02:16:39 +01:00
parent b854e67952
commit 2d9a848265
34 changed files with 147 additions and 310 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ dependencies {
provided 'javax.servlet:servlet-api:2.5'
runtime 'commons-httpclient:commons-httpclient:3.1'
}
}