From 606507675992c48f27d063358d0f0b4c941b80c4 Mon Sep 17 00:00:00 2001 From: Thomas Muller Date: Sat, 27 Jul 2024 20:30:43 +0200 Subject: [PATCH] Cosmetics --- .github/workflows/build-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 1e3677c9..d529eaf7 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -142,7 +142,7 @@ jobs: tag_name: ${{ needs.build-application.outputs.VERSION_TAG }} release_name: Release ${{ needs.build-application.outputs.PROJECT_VERSION }} body: | - # Installation + ## Installation To manually install the JAR file included in this release, use the following Maven command: ```sh mvn install:install-file \ @@ -189,7 +189,7 @@ jobs: rm -r $TEMP_DIR ``` - # Gradle/Maven Dependency + ## Gradle/Maven Dependency For Gradle, add this to your `build.gradle` file's dependencies block: ```groovy implementation 'no.acntech.easycontainers:easycontainers:${{ needs.build-application.outputs.PROJECT_VERSION }}'