add GitHub action release

This commit is contained in:
2025-04-12 16:45:34 +02:00
parent 5a511ea3f3
commit 3e8b261a59
2 changed files with 14 additions and 2 deletions

View File

@@ -23,8 +23,8 @@ To authenticate with Gradle to access repositories that require authentication,
Here's how you can do it:
1. Open or create the `gradle.properties` file in your Gradle user home directory:
- On Unix-like systems (Linux, macOS), this directory is typically `~/.gradle/`.
- On Windows, this directory is typically `C:\Users\<YourUsername>\.gradle\`.
- On Unix-like systems (Linux, macOS), this directory is typically `~/.gradle/`.
- On Windows, this directory is typically `C:\Users\<YourUsername>\.gradle\`.
2. Add the following lines to the `gradle.properties` file:
```properties
repository.user=your_user