mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-04 12:51:23 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
		
			185 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			185 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
| 
								 | 
							
								plugins {
							 | 
						||
| 
								 | 
							
								    id 'java'
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								dependencies {
							 | 
						||
| 
								 | 
							
								    implementation externalDependency.swaggerCli
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    compileOnly externalDependency.lombok
							 | 
						||
| 
								 | 
							
								    annotationProcessor externalDependency.lombok
							 | 
						||
| 
								 | 
							
								}
							 |