mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-15 18:30:27 -04:00
maven publishing config fix
This commit is contained in:
parent
e5aa71dc52
commit
7827f77680
@ -307,7 +307,7 @@ publishing {
|
|||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
url "${config.maven.url}"
|
url System.getenv("MAVEN_PATH")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user