Skip to content
Snippets Groups Projects
Commit 9dc9b184 authored by LABOUREL Arnaud's avatar LABOUREL Arnaud
Browse files

Added configuration files

parent a2f20d1b
Branches
No related tags found
No related merge requests found
plugins {
id "application"
}
apply plugin : "java"
group 'l2info'
version '1.0-SNAPSHOT'
repositories {
mavenCentral()
}
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
}
test {
useJUnitPlatform()
}
ext {
javaMainClass = "Main"
}
application {
mainClassName = javaMainClass
}
\ No newline at end of file
File added
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
rootProject.name = 'students'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment