mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-07-06 18:30:59 -04:00
Resolve and apply settings buildscript dependencies
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
maven {
|
||||
url 'http://localhost:9999/'
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.apache:test:1.0.0'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user