mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-12 16:57:32 -04:00
Maven path now via environment variable.
This commit is contained in:
parent
a28a1aa2a5
commit
cca7f202d5
@ -337,7 +337,7 @@ publishing {
|
|||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
url "${config.maven.url}"
|
url System.getenv("MAVEN_PATH")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -49,7 +49,5 @@ wrcbe.version=1.4.1.2
|
|||||||
cofhcore.cf=2246/697
|
cofhcore.cf=2246/697
|
||||||
cofhcore.version=[1.7.10]3.0.3B4-302-dev
|
cofhcore.version=[1.7.10]3.0.3B4-302-dev
|
||||||
|
|
||||||
maven.url=file:///home/www/maven.cil.li/web
|
|
||||||
|
|
||||||
curse.project.id=223008
|
curse.project.id=223008
|
||||||
curse.project.releaseType=release
|
curse.project.releaseType=release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user