From 83658b49e7c2422f8310f0d392d2513ff5f29cd1 Mon Sep 17 00:00:00 2001 From: Gabriel-Trintinalia Date: Mon, 26 Aug 2024 10:50:10 +1000 Subject: [PATCH] Update trace reference (#66) Signed-off-by: Gabriel-Trintinalia --- README.md | 12 +++++++++--- linea-besu/build.json | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b4ab7a6..34d1628 100644 --- a/README.md +++ b/README.md @@ -60,15 +60,21 @@ The build process is driven by the following configuration files: specifies the modules to be downloaded, extracted, or copied. Below is an example configuration: - `gradle.properties`: This file provides additional properties used in the build process. -### Running the Build +### Building Locally -To run the entire build process, including downloading, extracting, copying plugins, and creating distributions, you can execute: +To execute the complete build process, which includes downloading, extracting, copying plugins, and creating +distributions, use the following command: ```sh gradle build ``` -To build the Docker image, you can execute: +This command will generate two distribution files: + +- `/build/distributions/linea-besu-package-.tar.gz` +- `/build/distributions/linea-besu-package-.zip` + +To create the Docker image, run: ```sh gradle distDocker diff --git a/linea-besu/build.json b/linea-besu/build.json index 22ba6f0..6f47a8c 100644 --- a/linea-besu/build.json +++ b/linea-besu/build.json @@ -19,7 +19,7 @@ "type": "download", "name": "linea-tracer", "url": "https://github.com/Consensys/linea-tracer/releases/download/v{version}/linea-tracer-v{version}.jar", - "version": "0.4.0-rc1", + "version": "0.4.0-rc2", "outputDir": "plugins" }, {