mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 15:30:38 -05:00
11 lines
172 B
Groovy
11 lines
172 B
Groovy
plugins {
|
|
id "java"
|
|
}
|
|
|
|
repositories {
|
|
maven { url = uri("http://localhost:9999") }
|
|
}
|
|
|
|
dependencies {
|
|
implementation "org.apache:test-SNAPSHOT1:2.0.2-SNAPSHOT"
|
|
} |