15 lines
		
	
	
		
			250 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			250 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| plugins {
 | |
|     `kotlin-dsl`
 | |
| }
 | |
| repositories {
 | |
|     gradlePluginPortal()
 | |
| }
 | |
| 
 | |
| gradlePlugin {
 | |
|     plugins {
 | |
|         create("goPlugin") {
 | |
|             id = "goPlugin"
 | |
|             implementationClass = "moe.rosa.planterette.buildsrc.GoPlugin"
 | |
|         }
 | |
|     }
 | |
| } |