Skip to content

Commit ad3a084

Browse files
committed
Merge remote-tracking branch 'origin/version/1.21' into version/1.21
2 parents 44c11d8 + b8ad116 commit ad3a084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

surf-api-gradle-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Add the following to your root `build.gradle.kts` file:
55
buildscript {
66
repositories {
77
gradlePluginPortal()
8-
maven("https://repo.slne.dev/repository/maven-unsafe/") { name = "maven-unsafe" }
8+
maven("https://repo.slne.dev/repository/maven-public/") { name = "maven-public" }
99
}
1010
dependencies {
1111
classpath("dev.slne.surf:surf-api-gradle-plugin:1.21.4+")
@@ -84,4 +84,4 @@ plugins {
8484
plugins {
8585
id("dev.slne.surf.surfapi.gradle.velocity")
8686
}
87-
```
87+
```

0 commit comments

Comments
 (0)