mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 16:00:38 -05:00
Support downloading additional artifacts (sources, javadoc, etc.)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
plugins {
|
||||
java
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url = uri(System.getProperty("org.nixos.gradle2nix.m2"))
|
||||
isAllowInsecureProtocol = true
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.jetbrains:dummy:0.1.2")
|
||||
}
|
||||
Reference in New Issue
Block a user