File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed
src/main/kotlin/dev/slne/surf/surfapi/gradle Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
1414}
1515
1616group = groupId
17- version = " $mcVersion -1.0.97 "
17+ version = " $mcVersion -1.0.98 "
1818
1919repositories {
2020 mavenCentral()
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package dev.slne.surf.surfapi.gradle.platform.common
33import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
44import dev.slne.surf.surfapi.gradle.generated.Constants
55import dev.slne.surf.surfapi.gradle.platform.SurfApiPlatform
6- import dev.slne.surf.surfapi.gradle.util.slneProxy
76import dev.slne.surf.surfapi.gradle.util.slnePublic
87import dev.slne.surf.surfapi.gradle.util.slneSnapshots
98import org.gradle.api.Plugin
@@ -98,7 +97,6 @@ abstract class CommonSurfPlugin<E : CommonSurfExtension>(
9897 mavenCentral()
9998 gradlePluginPortal()
10099
101- slneProxy()
102100 slnePublic()
103101 slneSnapshots()
104102 }
Original file line number Diff line number Diff line change @@ -19,12 +19,6 @@ inline fun RepositoryHandler.slnePublic(crossinline block: MavenArtifactReposito
1919 block()
2020 }
2121
22- inline fun RepositoryHandler.slneProxy (crossinline block : MavenArtifactRepository .() -> Unit = {}) =
23- maven(" https://repo.slne.dev/repository/maven-proxy/" ) {
24- name = " maven-proxy"
25- block()
26- }
27-
2822inline fun RepositoryHandler.slneSnapshots (crossinline block : MavenArtifactRepository .() -> Unit = {}) =
2923 maven(" https://repo.slne.dev/repository/maven-snapshots/" ) {
3024 name = " maven-snapshots"
You can’t perform that action at this time.
0 commit comments