mirror of https://github.com/halo-dev/halo
				
				
				
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			603 B
		
	
	
	
		
			Groovy
		
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			603 B
		
	
	
	
		
			Groovy
		
	
	
plugins {
 | 
						|
    id 'org.springframework.boot' version '3.4.0-M3' apply false
 | 
						|
    id 'io.spring.dependency-management' version '1.1.6' apply false
 | 
						|
    id "com.gorylenko.gradle-git-properties" version "2.4.1" apply false
 | 
						|
    id "de.undercouch.download" version "5.6.0" apply false
 | 
						|
    id "io.freefair.lombok" version "8.6" apply false
 | 
						|
    id 'org.gradle.crypto.checksum' version '1.4.0' apply false
 | 
						|
    id "com.github.node-gradle.node" version "7.0.2" apply false
 | 
						|
    id "org.springdoc.openapi-gradle-plugin" version "1.9.0" apply false
 | 
						|
    id "com.github.ben-manes.versions" version "0.51.0" apply false
 | 
						|
}
 |