mirror of
				https://github.com/proxiodev/RedisBungee.git
				synced 2025-11-03 17:18:02 +00:00 
			
		
		
		
	move gradle plugins to libs file
This commit is contained in:
		
							parent
							
								
									12acc16376
								
							
						
					
					
						commit
						6eab4ef602
					
				@ -1,10 +1,9 @@
 | 
			
		||||
import java.time.Instant
 | 
			
		||||
import java.io.ByteArrayOutputStream
 | 
			
		||||
 | 
			
		||||
plugins {
 | 
			
		||||
    `java-library`
 | 
			
		||||
    `maven-publish`
 | 
			
		||||
    alias(libs.plugins.net.kyori.blossom)
 | 
			
		||||
    alias(libs.plugins.blossom)
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -11,7 +11,9 @@ bungeecordApi = "1.21-R0.1-SNAPSHOT"
 | 
			
		||||
velocity = "3.4.0-SNAPSHOT"
 | 
			
		||||
 | 
			
		||||
[plugins]
 | 
			
		||||
net-kyori-blossom = { id = "net.kyori.blossom", version = "1.2.0" }
 | 
			
		||||
blossom = { id = "net.kyori.blossom", version = "1.2.0" }
 | 
			
		||||
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
 | 
			
		||||
run-velocity = { id = "xyz.jpenilla.run-velocity", version = "2.0.0" }
 | 
			
		||||
 | 
			
		||||
[libraries]
 | 
			
		||||
guava = { module = "com.google.guava:guava", version.ref = "guava" }
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,6 @@
 | 
			
		||||
plugins {
 | 
			
		||||
    java
 | 
			
		||||
    id("com.github.johnrengelman.shadow") version "8.1.1"
 | 
			
		||||
    //id("xyz.jpenilla.run-waterfall") version "2.0.0"
 | 
			
		||||
    alias(libs.plugins.shadow)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
plugins {
 | 
			
		||||
    java
 | 
			
		||||
    id("com.github.johnrengelman.shadow") version "8.1.1"
 | 
			
		||||
    id("xyz.jpenilla.run-velocity") version "2.0.0"
 | 
			
		||||
    alias(libs.plugins.shadow)
 | 
			
		||||
    alias(libs.plugins.run.velocity)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user