add missing repository to maven publishing task

This commit is contained in:
Relentless 2023-02-01 23:02:18 +01:00
parent 5bf5a4e5e0
commit d780e1010c
No known key found for this signature in database
GPG key ID: 50C5FD225130D790

View file

@ -126,7 +126,7 @@ subprojects {
// See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing.
repositories {
// Add repositories to publish here.
maven("file://${System.getenv("local_maven")}")
}
}