We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6afb0 commit 9260b9cCopy full SHA for 9260b9c
1 file changed
.github/workflows/release.yml
@@ -105,16 +105,16 @@ jobs:
105
## Changes
106
${{ steps.changelog.outputs.changelog }}
107
108
- ## Maven Central
+ ## Installation
109
+ Add to your `settings.gradle.kts`:
110
```gradle
- dependencies {
111
- implementation("de.afarber:openmapview:${{ env.VERSION }}")
+ dependencyResolutionManagement {
112
+ repositories {
113
+ mavenCentral()
114
+ }
115
}
116
```
117
- **Note:** It may take 10-30 minutes for the release to appear on Maven Central.
-
- ## Installation
118
Add to your `build.gradle.kts`:
119
```kotlin
120
dependencies {
0 commit comments