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-04-07 09:28:10 +02:00

19 lines
332 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 = ["10000", "40"]
}
application {
mainClassName = 'fr.ntr.Main'
}