Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-muller666 committed Jul 27, 2024
1 parent 0c3c6cf commit 6065076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 }}'
Expand Down

0 comments on commit 6065076

Please sign in to comment.