mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 15:30:38 -05:00
12 lines
235 B
Groovy
12 lines
235 B
Groovy
buildscript {
|
|
repositories {
|
|
maven {
|
|
url System.getProperty("org.nixos.gradle2nix.m2")
|
|
allowInsecureProtocol true
|
|
}
|
|
}
|
|
dependencies {
|
|
classpath 'org.apache:test:1.0.0'
|
|
}
|
|
}
|