refactor: use platform to manage dependency

1. rename Packer.INSTANCE
2. gradle platform is a good thing (resolved #31)
This commit is contained in:
ReaJason
2025-01-25 20:30:08 +08:00
parent ecbde7dbae
commit 988d751129
89 changed files with 1411 additions and 1347 deletions
+10 -6
View File
@@ -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'