mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 16:00:38 -05:00
12 lines
195 B
Groovy
12 lines
195 B
Groovy
plugins {
|
|
id "java"
|
|
}
|
|
|
|
repositories {
|
|
maven { url = uri(System.getProperty("org.nixos.gradle2nix.m2")) }
|
|
}
|
|
|
|
dependencies {
|
|
implementation "org.apache:test-SNAPSHOT1:2.0.2-SNAPSHOT"
|
|
}
|