mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-23 07:40:28 +02:00
fix/ci: update publish plugin
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import com.diffplug.gradle.spotless.SpotlessPlugin
|
||||
import com.github.jengelman.gradle.plugins.shadow.ShadowPlugin
|
||||
import com.vanniktech.maven.publish.SonatypeHost
|
||||
import groovy.json.JsonSlurper
|
||||
import xyz.jpenilla.runpaper.task.RunServer
|
||||
import java.net.URI
|
||||
|
||||
plugins {
|
||||
java
|
||||
@@ -172,7 +170,7 @@ subprojects {
|
||||
url.set("https://github.com/IntellectualSites/PlotSquared/issues")
|
||||
}
|
||||
|
||||
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
|
||||
publishToMavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -36,7 +36,7 @@ serverlib = "2.3.7"
|
||||
shadow = "8.3.8"
|
||||
grgit = "4.1.1"
|
||||
spotless = "7.2.0"
|
||||
publish = "0.33.0"
|
||||
publish = "0.34.0"
|
||||
runPaper = "2.3.1"
|
||||
|
||||
[libraries]
|
||||
|
Reference in New Issue
Block a user