17 Commits

Author SHA1 Message Date
Stéphane Nicoll
b78aa3cee8 Replace artifactory by standard repository structure
This commit removes the usage of the Artifactory plugin and replaces
it with a standard repository structure using the -PdeploymentRepository
option.

This also updates the generated POM to be current.
2024-10-10 12:02:42 +02:00
Brian Clozel
10ae7796c6 Fix documentation publication in Gradle build
This commit moves the asciidoctor *.adoc files to the default location
and removes the unnecessary asciidoctor plugin configuration as a
result.

This changes also reworks dependencies between tasks and adds the
missing publication configuration for generated artifacts. The entire
docs-specific script is moved from the main build.gradle file to a
"gradle/docs.gradle" script to improve readability of the main build.

Fixes gh-1797
2023-08-31 16:10:09 +01:00
Brian Clozel
46b03abe8f Move maven publication config to gradle folder 2023-08-31 16:10:09 +01:00
Brian Clozel
a08ae17286 Upgrade to Gradle 8.3 2023-08-31 16:10:09 +01:00
Ian Young
014321240e Update Gradle to 7.4.2
This adds support for Java 17.
2022-07-14 14:26:27 +01:00
Jay Bryant
1ac2d22d3e Update doc-production version
Update the spring-doc-resources and Asciidoctor versions,
to get the docs for this project to match the current Spring standard.
2021-05-26 09:46:24 +01:00
Rossen Stoyanchev
2e1a289efb Upgrade Gradle 5.6 -> 5.6.4 and propdeps plugin 2020-04-28 08:01:56 +01:00
Lars Grefer
a638b396bb Update to Gradle 5.6 2019-08-26 14:08:43 +03:00
Rossen Stoyanchev
f107fdcdcf Upgrade gradle -> 4.4.1 2018-02-08 16:37:13 -05:00
Rossen Stoyanchev
f2cb911c3f Upgrade Gradle to 3.2.1 2017-01-06 16:47:18 -05:00
Rossen Stoyanchev
67ff02f943 Upgrade to gradle 2.4 2015-06-03 17:47:37 -04:00
Rossen Stoyanchev
852863fb70 Upgrade to gradle 1.11 2014-03-06 15:18:40 -05:00
Rossen Stoyanchev
2ee9d4144a Upgrade to Spring Framework 4.0
The build now compiles with Servlet API 3.0 and JPA 2.0 both of which
are required with Spring Framework 4.0. However there are no hard
dependencies in Web Flow on either.

Issue: SWF-1600
2013-12-18 15:26:51 -05:00
Phillip Webb
5aa2896b1d Upgrade to Gradle 1.3 2012-11-28 08:32:37 -08:00
Phillip Webb
6ff3c57b1b Upgrade to gradle 1.2
Update the wrapper task to gradle 1.2 and automatically add the
appropriate memory options to generated files.
2012-11-12 13:43:33 -08:00
Phillip Webb
4b476c5061 Upgrade Gradle to release 1.0 2012-06-14 10:27:34 -07:00
Rossen Stoyanchev
4e81930b72 Add Gradle build
- Add gradle build script
- Remove spring-build/
- Remove build-spring-webflow/
- Remove ivy.xml, pom.xml, template.mf
- Remove eclipse  metadata
- Remove RichFacesAjaxHandler.java
- Create src/dist and add changelog.txt, readme.txt

Dependency changes:
- EBR dependency -> Maven-central dependencies
- el-api 1.0 -> 2.2.0
- ognl 2.6.9 -> 2.6.11
- org.jboss.el -> tomcat-jasper-el 7.0.27
2012-05-25 16:54:15 -04:00