mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-03 22:20:28 +03:00 
			
		
		
		
	scanner: add a test for the local Debian Maven repo
This commit is contained in:
		
							parent
							
								
									3a7ad650e3
								
							
						
					
					
						commit
						079754c56c
					
				
					 1 changed files with 18 additions and 0 deletions
				
			
		
							
								
								
									
										18
									
								
								tests/source-files/info.guardianproject.ripple/build.gradle
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								tests/source-files/info.guardianproject.ripple/build.gradle
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,18 @@
 | 
			
		|||
buildscript {
 | 
			
		||||
    repositories {
 | 
			
		||||
        maven { url 'file:///usr/share/maven-repo' }
 | 
			
		||||
        maven { url 'https://maven.google.com' }
 | 
			
		||||
        jcenter()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:2.2.2'
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
allprojects {
 | 
			
		||||
    repositories {
 | 
			
		||||
        maven { url 'file:///usr/share/maven-repo' }
 | 
			
		||||
        maven { url 'https://maven.google.com' }
 | 
			
		||||
        jcenter()
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue