Browse Source

Add local dir repository

So it's easy to see all published artifacts
pull/28/head
Alexey Tsvetkov 4 years ago committed by Alexey Tsvetkov
parent
commit
acd734c653
  1. 5
      gradle-plugins/build.gradle.kts

5
gradle-plugins/build.gradle.kts

@ -34,6 +34,11 @@ subprojects {
password = System.getenv("COMPOSE_REPO_KEY")
}
}
maven {
name = "LocalDir"
url = rootProject.buildDir.resolve("repo").toURI()
}
}
}
}

Loading…
Cancel
Save