Changing build setup for gradle artifact repo
This commit is contained in:
		
							
								
								
									
										12
									
								
								build.gradle
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								build.gradle
									
									
									
									
									
								
							| @@ -34,21 +34,19 @@ repositories { | ||||
|     } | ||||
| } | ||||
|  | ||||
| artifactoryPublish.skip = false | ||||
|  | ||||
| artifactory { | ||||
|     contextUrl = 'http://localhost:8081/artifactory' | ||||
|     publish { | ||||
|       repository { | ||||
|         repoKey = 'libs-release-local' | ||||
|         username = 'admin' | ||||
|         password = 'AP8CX2wEWG8bxfMkUxnycYxQF4s9rttomEXr62' | ||||
|         repoKey = 'libs-snapshot-local' | ||||
|         username = '${artifactory_user}' | ||||
|         password = '${artifactory_password}' | ||||
|       } | ||||
|     } | ||||
|     resolve {   | ||||
|       repository { | ||||
|       repoKey = 'repo' | ||||
|         username = 'admin' | ||||
|         password = 'AP8CX2wEWG8bxfMkUxnycYxQF4s9rttomEXr62' | ||||
|       } | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
							
								
								
									
										3
									
								
								gradle.properties
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								gradle.properties
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| currentVersion=8.5-SNAPSHOT | ||||
| artifactory_user=user | ||||
| artifactory_password=AP3pJC3jBYKWV3uYBVqc1HCjhUKKMUsQAPyhdFm1r1E41QmXpcRceKpr4Arn | ||||
		Reference in New Issue
	
	Block a user