mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 14:30:30 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			232 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			232 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
 | 
						|
buildscript {
 | 
						|
    repositories {
 | 
						|
        mavenCentral()
 | 
						|
    }
 | 
						|
    dependencies {
 | 
						|
        classpath 'org.owasp:dependency-check-gradle:1.3.2.1'
 | 
						|
    }
 | 
						|
}
 | 
						|
apply plugin: 'org.owasp.dependencycheck'
 | 
						|
dependencyCheck {
 | 
						|
    format='JSON'
 | 
						|
}
 |