mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 07:50:53 -05:00
Rewrite plugin, use filenames in lockfile
This commit is contained in:
14
fixtures/projects/dependency/snapshot/groovy/build.gradle
Normal file
14
fixtures/projects/dependency/snapshot/groovy/build.gradle
Normal file
@@ -0,0 +1,14 @@
|
||||
plugins {
|
||||
id "java"
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url = uri(System.getProperty("org.nixos.gradle2nix.m2"))
|
||||
allowInsecureProtocol = true
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.apache:test-SNAPSHOT2:2.0.2-SNAPSHOT"
|
||||
}
|
||||
Reference in New Issue
Block a user