mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 15:30:38 -05:00
7 lines
82 B
Kotlin
7 lines
82 B
Kotlin
plugins {
|
|
java
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.apache:test:1.0.0")
|
|
} |