mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-03 20:27:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			145 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			145 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
plugins {
 | 
						|
    id 'java'
 | 
						|
}
 | 
						|
 | 
						|
apply from: '../gradle/coverage/java-coverage.gradle'
 | 
						|
 | 
						|
dependencies {
 | 
						|
    implementation project(':entity-registry')
 | 
						|
} |