mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 16:00:38 -05:00
9 lines
84 B
Kotlin
9 lines
84 B
Kotlin
|
|
plugins {
|
|
java
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.apache:test:1.0.0")
|
|
}
|