mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
WIP
This commit is contained in:
10
fixtures/included-build/groovy/build.gradle
Normal file
10
fixtures/included-build/groovy/build.gradle
Normal file
@@ -0,0 +1,10 @@
|
||||
apply plugin: 'java'
|
||||
|
||||
repositories {
|
||||
maven { url = uri(System.getProperty("org.nixos.gradle2nix.m2")) }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.test.included:included-child'
|
||||
implementation 'org.apache:test:1.0.0'
|
||||
}
|
||||
Reference in New Issue
Block a user