mirror of
https://github.com/tadfisher/gradle2nix.git
synced 2026-01-12 16:00:38 -05:00
11 lines
158 B
Groovy
11 lines
158 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'com.badlogicgames.gdx:gdx-platform:1.9.9:natives-desktop'
|
|
} |