Skip to content

Commit 9260b9c

Browse files
committed
Improve release notes
1 parent 3c6afb0 commit 9260b9c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,16 @@ jobs:
105105
## Changes
106106
${{ steps.changelog.outputs.changelog }}
107107
108-
## Maven Central
108+
## Installation
109+
Add to your `settings.gradle.kts`:
109110
```gradle
110-
dependencies {
111-
implementation("de.afarber:openmapview:${{ env.VERSION }}")
111+
dependencyResolutionManagement {
112+
repositories {
113+
mavenCentral()
114+
}
112115
}
113116
```
114117
115-
**Note:** It may take 10-30 minutes for the release to appear on Maven Central.
116-
117-
## Installation
118118
Add to your `build.gradle.kts`:
119119
```kotlin
120120
dependencies {

0 commit comments

Comments
 (0)