mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
16 lines
246 B
Groovy
16 lines
246 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
group = 'com.reajason.javaweb'
|
|
version = '1.0.0'
|
|
|
|
|
|
dependencies {
|
|
testImplementation platform('org.junit:junit-bom:5.10.0')
|
|
testImplementation 'org.junit.jupiter:junit-jupiter'
|
|
}
|
|
|
|
test {
|
|
useJUnitPlatform()
|
|
} |