File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 mavenCentral()
99 maven {
1010 name = " GradleRIO"
11- url = " http://dev.sourcecoded.info/jaci /maven"
11+ url = " http://dev.imjac.in /maven"
1212 }
1313 }
1414 dependencies {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Build implements Plugin<Project> {
2525 classpath : sshAntTask. asPath)
2626
2727 def dl = project. task(' download' ) << {
28- String baseURL = " http://dev.sourcecoded.info/jaci /maven/jaci/openrio/toast/Toast" ;
28+ String baseURL = " http://dev.imjac.in /maven/jaci/openrio/toast/Toast" ;
2929 download(" caches/toast" , " ${ baseURL} /maven-metadata.xml" , " toast-metadata.xml" )
3030 def latest = getLatest()
3131 println " \t Latest Toast version: ${ latest} "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 mavenCentral()
99 maven {
1010 name = " GradleRIO"
11- url = " http://dev.sourcecoded.info/jaci /maven"
11+ url = " http://dev.imjac.in /maven"
1212 }
1313 }
1414 dependencies {
@@ -27,7 +27,7 @@ archivesBaseName = "ToastModule"
2727repositories {
2828 maven {
2929 name = " Toast"
30- url = " http://dev.sourcecoded.info/jaci /maven"
30+ url = " http://dev.imjac.in /maven"
3131 }
3232}
3333
You can’t perform that action at this time.
0 commit comments