mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Remove buildSrc module's dependency on JCenter
This commit is contained in:
		| @@ -303,11 +303,6 @@ buildscript { | ||||
|     } | ||||
| } | ||||
|  | ||||
| repositories { | ||||
|     mavenCentral() | ||||
|     jcenter() | ||||
| } | ||||
|  | ||||
|  | ||||
| // Git is needed in your system PATH for these commands to work. | ||||
| // If it's not installed, you can return a random value as a workaround | ||||
|   | ||||
| @@ -9,9 +9,9 @@ plugins { | ||||
| allprojects { | ||||
|     repositories { | ||||
|         mavenCentral() | ||||
|         jcenter() | ||||
|         google() | ||||
|         maven { setUrl("https://www.jitpack.io") } | ||||
|         jcenter() | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -2,5 +2,5 @@ plugins { | ||||
|     `kotlin-dsl` | ||||
| } | ||||
| repositories { | ||||
|     jcenter() | ||||
|     mavenCentral() | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user