mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
add missing repository to maven publishing task
This commit is contained in:
parent
5bf5a4e5e0
commit
d780e1010c
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ subprojects {
|
||||||
|
|
||||||
// See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing.
|
// See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing.
|
||||||
repositories {
|
repositories {
|
||||||
// Add repositories to publish here.
|
maven("file://${System.getenv("local_maven")}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue