mirror of
				https://github.com/GayPizzaSpecifications/foundation.git
				synced 2025-11-04 11:39:39 +00:00 
			
		
		
		
	Bifrost: Implement player advancement notifications. Oh my god this was hard and it still is ugly.
This commit is contained in:
		@ -11,7 +11,7 @@ class FoundationGradlePlugin : Plugin<Project> {
 | 
			
		||||
    project.afterEvaluate { ->
 | 
			
		||||
      setupPaperServer.dependsOn(*project.subprojects
 | 
			
		||||
        .filter { it.name.startsWith("foundation-") }
 | 
			
		||||
        .map { it.tasks.getByName("build") }
 | 
			
		||||
        .map { it.tasks.getByName("shadowJar") }
 | 
			
		||||
        .toTypedArray()
 | 
			
		||||
      )
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user