K
Size: a a a
K
K
e
ch
K
ch
e
K
K
K
ch
ch
K
e
e
K
SS
plugins {
id 'java'
}
group 'org.example'
version '0.1-SNAPSHOT'
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
implementation 'org.postgresql:postgresql:42.2.18'
}
test {
useJUnitPlatform()
}
jar {
manifest {
attributes 'Main-Class': 'com.example.attendancerecord.Main'
}
}
MR
ch
plugins {
id 'java'
}
group 'org.example'
version '0.1-SNAPSHOT'
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
implementation 'org.postgresql:postgresql:42.2.18'
}
test {
useJUnitPlatform()
}
jar {
manifest {
attributes 'Main-Class': 'com.example.attendancerecord.Main'
}
}
SS