mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
10 lines
146 B
Groovy
10 lines
146 B
Groovy
idea {
|
|
module {
|
|
excludeDirs += file('src')
|
|
}
|
|
}
|
|
|
|
subprojects {
|
|
group = 'com.reajason.javaweb.memshell-agent'
|
|
version = ''
|
|
} |