mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
- 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
8 lines
95 B
Groovy
8 lines
95 B
Groovy
plugins {
|
|
id "org.jetbrains.kotlin.jvm" version "1.3.50"
|
|
}
|
|
|
|
repositories {
|
|
jcenter()
|
|
}
|