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
Raw Normal View History

2023-03-03 10:22:51 +01:00
/*
* 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'
}
2023-03-10 08:06:56 +01:00
run {
2023-04-07 09:28:10 +02:00
args = ["10000", "40"]
2023-03-03 10:22:51 +01:00
}
2023-03-10 08:06:56 +01:00
application {
mainClassName = 'fr.ntr.Main'
}