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

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", "20"]
}
application {
mainClassName = 'fr.ntr.Main'
}