We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7ae28c + 9e695a5 commit 494981cCopy full SHA for 494981c
build.gradle.kts
@@ -6,7 +6,7 @@ buildscript {
6
maven("https://repo.slne.dev/repository/maven-public/") { name = "maven-public" }
7
}
8
dependencies {
9
- classpath("dev.slne.surf:surf-api-gradle-plugin:1.21.7+")
+ classpath("dev.slne.surf:surf-api-gradle-plugin:1.21.10+")
10
11
12
@@ -19,7 +19,7 @@ subprojects {
19
afterEvaluate {
20
plugins.withType<PublishingPlugin> {
21
configure<PublishingExtension> {
22
- repositories{
+ repositories {
23
slneReleases()
24
25
gradle.properties
@@ -1,4 +1,4 @@
1
kotlin.code.style=official
2
kotlin.stdlib.default.dependency=false
3
org.gradle.parallel=true
4
-version=1.21.7-1.5.0-SNAPSHOT
+version=1.21.10-1.5.0-SNAPSHOT
0 commit comments