mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
14 lines
188 B
Groovy
14 lines
188 B
Groovy
plugins {
|
|
id 'war'
|
|
}
|
|
|
|
group = 'com.reajason.javaweb.vul'
|
|
version = '1.0-SNAPSHOT'
|
|
|
|
dependencies {
|
|
providedCompile "javax.servlet:servlet-api:2.5"
|
|
}
|
|
|
|
test {
|
|
useJUnitPlatform()
|
|
} |