mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
12 lines
170 B
Groovy
12 lines
170 B
Groovy
plugins {
|
|
id "java"
|
|
}
|
|
|
|
repositories {
|
|
maven { url = uri("file:/../../../../") }
|
|
}
|
|
|
|
dependencies {
|
|
implementation "org.apache:test-SNAPSHOT2:2.0.2-SNAPSHOT"
|
|
}
|