mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 11:13:45 +01:00 
			
		
		
		
	fix/ci: update publish plugin
This commit is contained in:
		@@ -1,9 +1,7 @@
 | 
				
			|||||||
import com.diffplug.gradle.spotless.SpotlessPlugin
 | 
					import com.diffplug.gradle.spotless.SpotlessPlugin
 | 
				
			||||||
import com.github.jengelman.gradle.plugins.shadow.ShadowPlugin
 | 
					import com.github.jengelman.gradle.plugins.shadow.ShadowPlugin
 | 
				
			||||||
import com.vanniktech.maven.publish.SonatypeHost
 | 
					 | 
				
			||||||
import groovy.json.JsonSlurper
 | 
					import groovy.json.JsonSlurper
 | 
				
			||||||
import xyz.jpenilla.runpaper.task.RunServer
 | 
					import xyz.jpenilla.runpaper.task.RunServer
 | 
				
			||||||
import java.net.URI
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
plugins {
 | 
					plugins {
 | 
				
			||||||
    java
 | 
					    java
 | 
				
			||||||
@@ -172,7 +170,7 @@ subprojects {
 | 
				
			|||||||
                url.set("https://github.com/IntellectualSites/PlotSquared/issues")
 | 
					                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"
 | 
					shadow = "8.3.8"
 | 
				
			||||||
grgit = "4.1.1"
 | 
					grgit = "4.1.1"
 | 
				
			||||||
spotless = "7.2.0"
 | 
					spotless = "7.2.0"
 | 
				
			||||||
publish = "0.33.0"
 | 
					publish = "0.34.0"
 | 
				
			||||||
runPaper = "2.3.1"
 | 
					runPaper = "2.3.1"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[libraries]
 | 
					[libraries]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user