mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 15:30:38 -05:00
11 lines
175 B
Groovy
11 lines
175 B
Groovy
buildscript {
|
|
repositories {
|
|
maven {
|
|
url 'http://localhost:9999/'
|
|
}
|
|
}
|
|
dependencies {
|
|
classpath 'org.apache:test:1.0.0'
|
|
}
|
|
}
|