mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
Resolve and apply settings buildscript dependencies
This commit is contained in:
10
fixtures/settings/buildscript/groovy/settings.gradle
Normal file
10
fixtures/settings/buildscript/groovy/settings.gradle
Normal file
@@ -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