14 Commits

Author SHA1 Message Date
Rob Winch
0a48b38179 Fix NoClassDefFoundError from Gradle upgradle 2013-12-05 11:37:45 -06:00
Rob Winch
3074dd8193 Update to Gradle 1.9
This is necessary to work with the latest Bamboo and Artifactory Gradle plugin
2013-12-05 11:30:46 -06:00
Rob Winch
8d312a6365 SEC-2313: Gradle javadoc hotfix 2013-09-11 15:43:08 -07:00
Rob Winch
4ef184d520 Fix Gradle Eclipse/AspectJ integration 2012-11-02 10:40:39 -05:00
Rob Winch
0f6c3affda Revert "Added generatePom task"
This reverts commit cf9a392b0af7a7571aded5b0cae55f6fc23f1d4a.

No need to generate pom since pom already exists and is maintained.
2012-11-01 15:41:43 -05:00
Rob Winch
cf9a392b0a Added generatePom task
This can be used to generate the pom.xml for adding the Spring Security
snapshot jars as a Maven Dependency to another project. For example,
if mywebapp requires the Spring Security 3.1.4.CI-SNAPSHOT jars one
could generate the pom.xml files and then use that to convert the project
into a valid Maven project within the IDE. Then the SNAPSHOT dependendies
could be added to mywebapp. This prevents the need to install the SNAPSHOT
dependencies in the local Maven repository.
2012-11-01 15:36:20 -05:00
Rob Winch
b192680df3 removed maven.gradle in favor of maven-deployment.gradle 2012-10-02 13:55:34 -05:00
Rob Winch
95d0e08059 Eclipse Project names include 3.0.x suffix 2012-10-02 12:05:18 -05:00
Rob Winch
4f993d95b5 Updates for 3.0.x autorepo support 2012-10-02 11:20:40 -05:00
Luke Taylor
62f70f17ff Set project release version to 3.0.6.RELEASE 2011-08-19 12:47:55 -07:00
Luke Taylor
b7b6b2bac7 Update to Spring 3.0.3.RELEASE 2010-06-18 01:27:32 +01:00
Luke Taylor
42cdaa0ce2 Latest gradle syntax updates. 2010-03-31 17:12:00 +01:00
Luke Taylor
91153df78d SEC-1262: Added new (replacement) AspectJ interceptor which wraps the JoinPoint in a MethodInvocation adapter to provide compatibility with classes which only support MethodInvocation instances.
Also deprecated the existing AspectJ interceptors. This will also allow future simplification of the AbstractMethodSecurityMetadataSource, as it no longer needs to support JoinPoints.
2010-03-11 02:15:35 +00:00
Luke Taylor
1b0ac9c785 Porting of gradle changes from master. 2010-03-11 02:15:02 +00:00