Skip to content

Commit c2c6e5c

Browse files
committed
fix mvn-repo url
1 parent 8c78ed8 commit c2c6e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Getting started
88
buildscript {
99
repositories {
1010
maven { url 'http://mtkopone.github.com/scct/maven-repo' }
11-
maven { url 'http://maiflai.github.com/maven-repo' }
11+
maven { url 'https://github.com/maiflai/mvn-repo/raw/master/snapshots' }
1212
}
1313
dependencies {
1414
classpath 'com.github.maiflai:gradle-scct:0.1-SNAPSHOT'

0 commit comments

Comments
 (0)