This repository has been archived on 2023-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
ntr-interferences/build.gradle
2023-03-10 09:12:36 +01:00

19 lines
330 B
Groovy

/*
* This file was generated by the Gradle 'init' task.
*
* This is a general purpose Gradle build.
* Learn more about Gradle by exploring our samples at https://docs.gradle.org/7.6/samples
*/
plugins {
id 'java'
id 'application'
}
run {
args = ["5000", "2"]
}
application {
mainClassName = 'fr.ntr.Main'
}