plugin: Support repositories in dependencyResolutionManagement block

This commit is contained in:
Tad Fisher
2021-02-03 10:24:18 -08:00
parent 80b8a7d52e
commit 9c705b5f1b
8 changed files with 7702 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
plugins {
java
}
dependencies {
implementation("org.apache:test:1.0.0")
}