mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-11 23:40:37 -05:00
13 lines
183 B
Groovy
13 lines
183 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'com.squareup.okio:okio:2.2.2'
|
|
implementation 'com.squareup.moshi:moshi:1.8.0'
|
|
}
|