mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 11:13:45 +01:00 
			
		
		
		
	fix/ci: update publish plugin (#4707)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							da0a57a48c
						
					
				
				
					commit
					0508a7f6b6
				
			@@ -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()
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user