mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
Use custom dependency resolution
- Use Apache Ivy to resolve artifact URLs - Update build model with full artifact IDs - Generate Maven module metadata to support dynamic version constraints - Resolve snapshot versions and generate snapshot metadata - Add test fixtures and rewrite Gradle plugin tests - Update dependencies
This commit is contained in:
@@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api("com.squareup.moshi:moshi:+")
|
||||
api("com.squareup.okio:okio:+")
|
||||
kapt("com.squareup.moshi:moshi-kotlin-codegen:+")
|
||||
api("com.squareup.moshi:moshi:latest.release")
|
||||
kapt("com.squareup.moshi:moshi-kotlin-codegen:latest.release")
|
||||
implementation("net.swiftzer.semver:semver:latest.release")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user