mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 23:41:52 +08:00
build: use Kotlin DSL
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'war'
|
||||
id("war")
|
||||
}
|
||||
|
||||
java {
|
||||
@@ -11,7 +11,7 @@ java {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'commons-fileupload:commons-fileupload:1.3.3'
|
||||
implementation 'commons-beanutils:commons-beanutils:1.9.2'
|
||||
providedCompile "javax.servlet:servlet-api:2.5"
|
||||
implementation("commons-fileupload:commons-fileupload:1.3.3")
|
||||
implementation("commons-beanutils:commons-beanutils:1.9.2")
|
||||
providedCompile("javax.servlet:servlet-api:2.5")
|
||||
}
|
||||
Reference in New Issue
Block a user