mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 16:00:38 -05:00
Rewrite based on code from the GitHub Dependency Graph Gradle Plugin
This commit is contained in:
@@ -5,10 +5,10 @@ plugins {
|
||||
repositories {
|
||||
ivy {
|
||||
url = uri("https://asset.opendof.org")
|
||||
layout("pattern") {
|
||||
this as IvyPatternRepositoryLayout
|
||||
patternLayout {
|
||||
ivy("ivy2/[organisation]/[module]/[revision]/ivy(.[platform]).xml")
|
||||
artifact("artifact/[organisation]/[module]/[revision](/[platform])(/[type]s)/[artifact]-[revision](-[classifier]).[ext]")
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -17,4 +17,4 @@ dependencies {
|
||||
dependencies {
|
||||
implementation("org.opendof.core-java:dof-cipher-sms4:1.0")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
0
fixtures/ivy/basic/kotlin/settings.gradle.kts
Normal file
0
fixtures/ivy/basic/kotlin/settings.gradle.kts
Normal file
Reference in New Issue
Block a user