Skip to content

Commit 0508a7f

Browse files
fix/ci: update publish plugin (#4707)
1 parent da0a57a commit 0508a7f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import com.diffplug.gradle.spotless.SpotlessPlugin
22
import com.github.jengelman.gradle.plugins.shadow.ShadowPlugin
3-
import com.vanniktech.maven.publish.SonatypeHost
43
import groovy.json.JsonSlurper
54
import xyz.jpenilla.runpaper.task.RunServer
6-
import java.net.URI
75

86
plugins {
97
java
@@ -172,7 +170,7 @@ subprojects {
172170
url.set("https://github.com/IntellectualSites/PlotSquared/issues")
173171
}
174172

175-
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
173+
publishToMavenCentral()
176174
}
177175
}
178176

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ serverlib = "2.3.7"
3636
shadow = "8.3.8"
3737
grgit = "4.1.1"
3838
spotless = "7.2.0"
39-
publish = "0.33.0"
39+
publish = "0.34.0"
4040
runPaper = "2.3.1"
4141

4242
[libraries]

0 commit comments

Comments
 (0)