Files
gradle2nix/fixtures/projects/dependency/classifier/groovy/build.gradle
2024-05-17 14:52:02 -07:00

11 lines
158 B
Groovy

plugins {
id 'java'
}
repositories {
mavenCentral()
}
dependencies {
implementation 'com.badlogicgames.gdx:gdx-platform:1.9.9:natives-desktop'
}