File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11import com.diffplug.gradle.spotless.SpotlessPlugin
22import com.github.jengelman.gradle.plugins.shadow.ShadowPlugin
3- import com.vanniktech.maven.publish.SonatypeHost
43import groovy.json.JsonSlurper
54import xyz.jpenilla.runpaper.task.RunServer
6- import java.net.URI
75
86plugins {
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
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ serverlib = "2.3.7"
3636shadow = " 8.3.8"
3737grgit = " 4.1.1"
3838spotless = " 7.2.0"
39- publish = " 0.33 .0"
39+ publish = " 0.34 .0"
4040runPaper = " 2.3.1"
4141
4242[libraries ]
You can’t perform that action at this time.
0 commit comments