From db91eb8e9cec2686d3dc0a6e880985e070fc9430 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 10 Sep 2018 22:42:08 +0200 Subject: Fully integrating ‘ant edge-release’ to include updating the site, our mavenrepo on projectlombok.org, and the branch on git. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.xml | 72 +++++++++++++++++++++++--------------------- buildScripts/website.ant.xml | 4 ++- 2 files changed, 40 insertions(+), 36 deletions(-) diff --git a/build.xml b/build.xml index a33b31e3..02c1e343 100644 --- a/build.xml +++ b/build.xml @@ -32,7 +32,6 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - @@ -368,38 +367,6 @@ lombok.launch.AnnotationProcessorHider$ClaimingProcessor,isolating - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -929,7 +896,7 @@ You can also create your own by writing a 'testenvironment.properties' file. The - @@ -991,7 +958,42 @@ You can also create your own by writing a 'testenvironment.properties' file. The - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index f7a86fd4..a799e7fe 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -185,9 +185,11 @@ such as applying the templates to produce the website, converting the changelog - + + + -- cgit