mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
refactor: use platform to manage dependency
1. rename Packer.INSTANCE 2. gradle platform is a good thing (resolved #31)
This commit is contained in:
+10
-6
@@ -1,12 +1,18 @@
|
||||
rootProject.name = 'MemShellParty'
|
||||
|
||||
include 'bom'
|
||||
include 'common'
|
||||
include 'godzilla'
|
||||
include 'behinder'
|
||||
|
||||
include 'tools'
|
||||
include 'tools:godzilla'
|
||||
include 'tools:behinder'
|
||||
|
||||
include 'memshell'
|
||||
include 'memshell-java8'
|
||||
|
||||
include 'deserialize'
|
||||
include 'generator'
|
||||
include 'boot'
|
||||
include 'generator'
|
||||
include 'integration-test'
|
||||
|
||||
include 'vul'
|
||||
@@ -16,6 +22,4 @@ include 'vul:vul-webapp-expression'
|
||||
include 'vul:vul-springboot2'
|
||||
include 'vul:vul-springboot3'
|
||||
include 'vul:vul-springboot2-webflux'
|
||||
include 'vul:vul-springboot3-webflux'
|
||||
include 'memshell-java8'
|
||||
|
||||
include 'vul:vul-springboot3-webflux'
|
||||
Reference in New Issue
Block a user