mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-03 20:27:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			376 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			376 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
plugins {
 | 
						|
  id 'pegasus'
 | 
						|
  id 'java-library'
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
dependencies {
 | 
						|
  implementation spec.product.pegasus.data
 | 
						|
  implementation externalDependency.commonsIo
 | 
						|
  dataModel project(':metadata-models')
 | 
						|
  dataModel project(':li-utils')
 | 
						|
}
 | 
						|
 | 
						|
idea {
 | 
						|
  module {
 | 
						|
    sourceDirs += file('src/main/javaPegasus')
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
sourceSets.mainGeneratedDataTemplate.java.srcDirs('src/main/javaPegasus/')
 |