Commit Graph

31 Commits

Author SHA1 Message Date
Janne Valkealahti
39c4519a3f Add gradle build files
- First set of changes for introduction of a gradle build.
- Relates #470
2022-08-16 10:30:15 +01:00
Eric Bottard
3cd5a1be3b Remove everything prior to Shell 2 migration 2017-08-08 11:04:41 +02:00
Eric Bottard
e0a7dc642f Upgrade to gradle 2.10 2017-06-29 14:26:24 +02:00
Eric Bottard
fdf892cfaf Remove unneeded dependencies, incl Guava
Fixes https://github.com/spring-projects/spring-shell/issues/95
2017-06-28 15:29:41 +02:00
Aditya
d304f74217 SHL-187: Build and Test fail on Windows
This closes #91
2016-02-15 23:04:21 -08:00
Eric Bottard
29e0d6ae73 Add pretty table rendering
* Add some border combinations + helper methods
* Introducing TableBuilder
* Fix tests
* Add deprecation tags for old table
2015-11-13 12:18:18 -05:00
Andy Wilkinson
880bc35d55 Add the Spring IO plugin and align with the Platform where possible
Configure the Spring IO plugin such that it's only applied when the
build is run with -PplatformVersion=<version>. This platformVersion
property is used to determine the version of the Platform that will
be used when running the springIoCheck task. The plugin can be used
by running a build as follows:

./gradlew clean springIoCheck -PplatformVersion=1.0.1.RELEASE -PJDK7_HOME=… -PJDK8_HOME=…

This will test the project on JDK7 and JDK 8 using the dependencies
defined in Spring IO Platform 1.0.1.RELEASE.

Running the plugin identified a dependency on CGLib (use of
spring-core's repackaged CGLib is preferred), but the dependency
appears to be unused. It has been removed.

The versions of a number of other dependencies have been updated to
use their latest versions and align them with Spring IO Platform. Most
notable is probably a move from Guava 15.0 to 17.0.
2014-11-28 14:55:28 +01:00
Andy Wilkinson
e2cfcf12fe Remove redundant Spring Roo repository configuration 2014-07-15 09:10:00 +01:00
mpollack
7900b0d8b4 Adding explicit cast to see if it helps compiler on CI server 2014-04-02 00:15:45 -04:00
mpollack
c7bc01474e Add hamcrest as explicity testCompile dependency 2014-04-01 23:53:49 -04:00
mpollack
65c02b778b SHL-126 - Add utility classes for rendering ascii based tables 2014-04-01 23:50:55 -04:00
Eric Bottard
ce3ca7bcc5 Remove reference to mavenLocal() 2014-02-11 15:54:40 +01:00
Eric Bottard
f32b3e5916 Fix build file versions 2014-02-06 12:25:39 +01:00
Eric Bottard
296e4d2ff0 SHL-74: Upgrade to JLine 2 2013-12-11 18:45:47 +01:00
mpollack
209fc84a70 SHL-103 Create simple way to test the execution of shell commands 2013-07-23 12:00:29 -04:00
jbayer
cbbd555f8c Updated build.gradle for Maven Local and Central 2013-05-12 08:44:44 -07:00
mpollack
9ab78ddbbc SHL-79 - Update gradle wrapper to 1.2 2012-11-15 17:52:14 -05:00
Costin Leau
c487b2daa1 fix typo 2012-07-19 10:27:34 +03:00
Costin Leau
9c9ad62534 update build system 2012-07-18 23:30:05 +03:00
Costin Leau
089a6c21a4 remove main-class (since the deps are needed) 2012-07-18 22:37:16 +03:00
Costin Leau
ae202d2898 remove unneeded resources 2012-07-18 17:19:43 +03:00
Costin Leau
219429f7f5 add application plugin to gradle
to allows testing the shell easily
2012-07-12 11:21:29 +03:00
Costin Leau
c8a5582ddb add missing plugin repo 2012-07-03 17:53:04 +03:00
Costin Leau
5f96b2713f small cleanup 2012-07-03 17:49:51 +03:00
Costin Leau
b5d23db78a update build to latest gradle 2012-07-03 17:33:31 +03:00
Jarred Li
892086081a update build 2012-05-25 17:51:38 +08:00
Jarred Li
456f486048 add version info 2012-05-24 13:34:37 +08:00
Jarred Li
266a51a3a8 update Gradle to generate pom 2012-04-25 13:08:23 +08:00
Jarred Li
0b46f18938 update gradle build 2012-04-25 11:06:40 +08:00
Jarred Li
21cb6514bd update build file 2012-04-10 16:21:32 +08:00
Mark Pollack
f2debb62f4 Completed SHL-1
Work in progress for SHL-2, SHL-3.
2012-03-13 19:52:17 -04:00